readline/404.php
Alexander Agnarson d65242a5c3 Initial commit
2019-02-22 16:29:24 +01:00

19 lines
No EOL
483 B
PHP

<?php get_header(); ?>
<div class="content">
<div class="container-inner-inner">
<div class="notebox">
<?php get_search_form(); ?>
</div>
<div class="entry">
<p><?php esc_html_e( 'The page you are trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.', 'readline' ); ?></p>
</div>
</div><!--/.container-inner-inner-->
</div><!--/.content-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>