404.php 1002 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php get_header(); ?>
  2. <div id="content">
  3. <div id="inner-content" class="wrap clearfix">
  4. <div id="main" class="eightcol first clearfix" role="main">
  5. <article id="post-not-found" class="hentry clearfix">
  6. <header class="article-header">
  7. <h1><?php __("Epic 404 - Article Not Found", "bonestheme"); ?></h1>
  8. </header> <!-- end article header -->
  9. <section class="post-content">
  10. <p><?php __("The article you were looking for was not found, try looking for it again!", "bonestheme"); ?></p>
  11. </section> <!-- end article section -->
  12. <footer class="article-header">
  13. <p><?php __("This is the 404.php template.", "bonestheme"); ?></p>
  14. </footer> <!-- end article footer -->
  15. </article> <!-- end article -->
  16. </div> <!-- end #main -->
  17. </div> <!-- end #inner-content -->
  18. </div> <!-- end #content -->
  19. <?php get_footer(); ?>