Wordpress/wp-content/themes/kubrick/404.php

11 lines
195 B
PHP

<?php include "header.php"; ?>
<div id="content" class="narrowcolumn">
<h2 class="center">Error 404 - Not Found</h2>
</div>
<?php include "sidebar.php"; ?>
<?php include "footer.php"; ?>