Instaldeco_Web/src/wp-content/themes/broadside/404.php

5 lines
215 B
PHP
Raw Normal View History

<?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(); ?>