WordPress/wp-content/themes/kubrick/404.php
saxmatt 74dbae73ec Some Kubrick cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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(); ?>