--- /dev/null
+<?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(); ?>