mirror of
https://gh.wpcy.net/https://github.com/AlxMedia/slanted.git
synced 2026-07-15 11:06:29 +08:00
19 lines
No EOL
454 B
PHP
19 lines
No EOL
454 B
PHP
<?php get_header(); ?>
|
|
|
|
<div class="content">
|
|
<div class="pad group">
|
|
|
|
<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.', 'slanted' ); ?></p>
|
|
</div>
|
|
|
|
</div><!--/.pad-->
|
|
</div><!--/.content-->
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|