summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-content/themes/home/404.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-content/themes/home/404.php')
-rw-r--r--wp-inst/wp-content/themes/home/404.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/wp-inst/wp-content/themes/home/404.php b/wp-inst/wp-content/themes/home/404.php
new file mode 100644
index 0000000..01a8e8a
--- /dev/null
+++ b/wp-inst/wp-content/themes/home/404.php
@@ -0,0 +1,11 @@
+<?php get_header(); ?>
+
+ <div id="content" class="narrowcolumn">
+
+ <h2 class="center">Error 404 - Not Found</h2>
+
+ </div>
+
+<?php get_sidebar(); ?>
+
+<?php get_footer(); ?> \ No newline at end of file