]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/default/404.php
Wordpress 2.5.1
[autoinstalls/wordpress.git] / wp-content / themes / default / 404.php
1 <?php get_header(); ?>
2
3         <div id="content" class="narrowcolumn">
4
5                 <h2 class="center">Error 404 - Not Found</h2>
6
7         </div>
8
9 <?php get_sidebar(); ?>
10
11 <?php get_footer(); ?>