| 12345678910111213141516171819202122232425262728293031 |
- <?php get_header(); ?>
-
- <div id="content" class="clearfix">
-
- <div id="main" class="col620 left first clearfix" role="main">
- <article id="post-not-found" class="clearfix">
-
- <header>
-
- <h1>Epic 404 - Article Not Found</h1>
-
- </header> <!-- end article header -->
-
- <section class="post_content">
-
- <p>The article you were looking for was not found, but maybe try looking again!</p>
-
- </section> <!-- end article section -->
-
- <footer>
-
- </footer> <!-- end article footer -->
-
- </article> <!-- end article -->
-
- </div> <!-- end #main -->
-
- </div> <!-- end #content -->
- <?php get_footer(); ?>
|