source:
ashe/1.9.9.5.1/404.php
| Last change on this file was 140318, checked in by , 5 years ago | |
|---|---|
| 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’t find what you’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.