Files
2010-09-14 12:00:51 -04:00

20 lines
398 B
PHP

<?php
add_action('wp_head', 'page_head');
get_header();
function page_head() {
}
?>
<div class="contentBody">
<article>
<h1 class="contentTitle">404&#8212; File Not Found</h1>
<div class="content">
<h2>Oops, Not Found!</h2>
<p>Sorry, we were unable to find the page you were looking for. </p>
<!-- /.content --></div>
</article>
<!-- /.contentBody --></div>
<?php get_footer(); ?>