404.php 710 B

12345678910111213141516171819202122232425262728293031
  1. <?php get_header(); ?>
  2. <div id="content" class="clearfix">
  3. <div id="main" class="col620 clearfix" role="main">
  4. <article id="post-not-found" class="clearfix">
  5. <header>
  6. <h1>Epic 404 - Article Not Found</h1>
  7. </header> <!-- end article header -->
  8. <section class="post_content">
  9. <p>The article you were looking for was not found, but maybe try looking again!</p>
  10. </section> <!-- end article section -->
  11. <footer>
  12. </footer> <!-- end article footer -->
  13. </article> <!-- end article -->
  14. </div> <!-- end #main -->
  15. </div> <!-- end #content -->
  16. <?php get_footer(); ?>