Adding 404 file
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 7 Dec 2015 18:24:07 +0000 (13:24 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 7 Dec 2015 18:24:27 +0000 (13:24 -0500)
404.php [new file with mode: 0644]

diff --git a/404.php b/404.php
new file mode 100644 (file)
index 0000000..48d6e0e
--- /dev/null
+++ b/404.php
@@ -0,0 +1,16 @@
+<?php get_header(); ?>
+                    <main>
+                        <div id="content-wrapper">
+                            <div class="row">
+                                <div class="small-12 columns">
+                                    <h1><?php _e('Not Found', 'landmasters');?></h1>
+                                </div>
+                            </div>
+                            <div id="content" class="row">
+                                <div class="small-12 columns">
+                                    <h1><?php _e('This is somewhat embarrissing, isn\'t it?');?></h2>
+                                    <p><?php _e('It looks like nothing was found at this location. Maybe try a search?');?></p>
+                                </div>
+                            </div>
+                        </div>
+<?php get_footer(); ?>