ASong2U_Web/wp-content/themes/score/404.php

13 lines
300 B
PHP

<?php get_header(); ?>
<h1 class="page-title"><?php _e('Page Not Found', 'gp_lang'); ?></h1>
<div id="content">
<h4><?php _e('Oops, it looks like this page does not exist. If you are lost try using the search box.', 'gp_lang'); ?></h4>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>