File: /home/mmickelson/martyknows.com/wp-content/themes/notesil/404.php
<?php get_header(); ?>
<div id="container">
<div id="content">
<div id="post-0" class="post error404 not-found">
<h2 class="entry-title"><?php _e( 'Not Found', 'notesil' ); ?></h2>
<div class="entry-content">
<p><?php _e( 'Apologies, but we were unable to find what you were looking for. Perhaps searching will help.', 'notesil' ); ?></p>
</div>
<form id="searchform-404" class="blog-search" method="get" action="<?php echo home_url(); ?>">
<div>
<input id="s-404" name="s" class="text" type="text" value="<?php the_search_query(); ?>" size="40" />
<input class="button" type="submit" value="<?php esc_attr_e( 'Find', 'notesil' ); ?>" />
</div>
</form>
</div><!-- .post -->
</div><!-- #content -->
<?php get_sidebar(); ?>
</div><!-- #container -->
<?php get_footer(); ?>