mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogrow.git
synced 2025-08-26 08:17:27 +08:00
21 lines
No EOL
515 B
PHP
21 lines
No EOL
515 B
PHP
<?php get_header(); ?>
|
|
|
|
<div class="content">
|
|
<div class="pad group">
|
|
|
|
<?php get_template_part('inc/page-title'); ?>
|
|
|
|
<div class="notebox">
|
|
<?php get_search_form(); ?>
|
|
</div>
|
|
|
|
<div class="entry-content">
|
|
<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.', 'blogrow' ); ?></p>
|
|
</div>
|
|
|
|
</div><!--/.pad-->
|
|
</div><!--/.content-->
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|