f15c863ba1
git-svn-id: https://develop.svn.wordpress.org/trunk@8999 602fd350-edb4-49c9-b593-d223f7449a82
18 lines
231 B
PHP
18 lines
231 B
PHP
<?php
|
|
/**
|
|
* @package WordPress
|
|
* @subpackage Default_Theme
|
|
*/
|
|
|
|
get_header();
|
|
?>
|
|
|
|
<div id="content" class="narrowcolumn">
|
|
|
|
<h2 class="center">Error 404 - Not Found</h2>
|
|
|
|
</div>
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|