]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/default/404.php
Wordpress 2.7.1-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / 404.php
1 <?php
2 /**
3  * @package WordPress
4  * @subpackage Default_Theme
5  */
6
7 get_header();
8 ?>
9
10         <div id="content" class="narrowcolumn">
11
12                 <h2 class="center">Error 404 - Not Found</h2>
13
14         </div>
15
16 <?php get_sidebar(); ?>
17
18 <?php get_footer(); ?>