Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2016-06-03 22:52:31 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-06-03 22:52:31 +0300
commit666499e6af49a0ffe6854d3854bb6d0fe9e40510 (patch)
treee3b15194ffa2ac59bcfa09fae02c79558deb79dd /404.php
parent02e22665f2c4718bfda2a169bf9e8e9a5265eb17 (diff)
first version
Diffstat (limited to '404.php')
-rw-r--r--404.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/404.php b/404.php
new file mode 100644
index 00000000..b1c904bd
--- /dev/null
+++ b/404.php
@@ -0,0 +1,12 @@
+<?php get_template_part('templates/page', 'header'); ?>
+
+<div class="alert alert-warning">
+ <p>Sorry, but the page you were trying to view does not exist.</p>
+</div>
+<div class="row">
+ <div class="span12">
+ <p>We're setting up a new site, perhaps you can use the search to find what you're looking for:</p>
+ </div>
+</div>
+
+<?php get_search_form(); ?>