Advertisement
STATEDLIGHT

404 Template

Jan 21st, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div id="container">
  3. <div id="content">
  4. <div id="post-0" class="post error404 not-found">
  5. <h1 class="entry-title">Not Found</h1>
  6. <div class="entry-content">
  7. <p>Nothing here, sorry!</p>
  8. </div>
  9. </div>
  10. </div>
  11. </div>
  12. <div id="sidebar"><?php dynamic_sidebar('right'); ?></div>
  13. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement