11 lines
177 B
PHP
11 lines
177 B
PHP
<?php get_header(); ?>
|
|
|
|
<div id="content" role="main" class="span-17 colborder">
|
|
|
|
<h1>Error 404: File Not Found</h1>
|
|
|
|
</div>
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|