git-svn-id: https://192.168.0.254/svn/Proyectos.Instaldeco_Web/trunk@8 d4ca0941-a869-4c45-9eab-2e1fd2dd58c0
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(); ?>
|