Make WordPress Themes

source: ashe/1.9.9.5.1/404.php

Last change on this file was 140318, checked in by themedropbox, 5 years ago

New version of Ashe - 1.9.7.99.03

File size: 294 bytes
Line 
1<?php get_header(); ?>
2
3        <div class="page-404">
4       
5                <h2><?php esc_html_e( 'Page not found!', 'ashe' ); ?></h2>
6
7                <p>
8                        <?php esc_html_e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'ashe' ); ?>
9                </p>
10
11        </div>
12
13<?php get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.