Wordpress/wp-content/themes/kubrick/404.php
Matt Mullenweg 3c630ae296 Some Kubrick cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@2013 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-30 11:25:15 +00:00

11 lines
171 B
PHP

<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<h2 class="center">Error 404 - Not Found</h2>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>