5 lines
215 B
PHP
5 lines
215 B
PHP
|
|
<?php get_header(); ?>
|
||
|
|
<div class="content-container">
|
||
|
|
<h1 id="error404"><?php echo of_get_option('404_error', '404 Page Not Found'); ?></h1>
|
||
|
|
</div><!-- close #content-container -->
|
||
|
|
<?php get_footer(); ?>
|