minimalism-revisited/404.php

11 lines
211 B
PHP
Raw Normal View History

<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<h2 class="center"><?php _e('Error 404 - Not Found', 'minimalism'); ?></h2>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>