mirror of
https://gh.wpcy.net/https://github.com/AlxMedia/readline.git
synced 2026-05-26 03:08:28 +08:00
19 lines
No EOL
483 B
PHP
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(); ?>
|