test
Server : Apache System : Linux festive-vaughan.27-254-111-205.plesk.page 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 User : acaindustrial ( 10114) PHP Version : 8.2.25 Disable Function : opcache_get_status Directory : /var/www/vhosts/acaindustrial.co.th/httpdocs/wp-content/themes/construction-light/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Construction Light */ get_header(); ?> <div class="cons_light_blog-list-area inner_padding"> <div class="container"> <div class="row"> <div id="primary" class="content-area col-xs-12 col-sm-12 col-md-12"> <main id="main" class="site-main"> <div class="articlesListing"> <section class="error-404 not-found"> <header class="page-header"> <h1><?php esc_html_e('404','construction-light'); ?></h1> <h2 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'construction-light' ); ?></h2> </header><!-- .page-header --> <div class="page-content"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'construction-light' ); ?></p> </div><!-- .page-content --> <div class="btns text-center"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn btn-primary"> <span><?php esc_html_e('Back To Home','construction-light'); ?></span> <i class="fas fa-arrow-right"></i> </a> </div><!-- .page-content --> </section><!-- .error-404 --> </div> </main><!-- #main --> </div><!-- #primary --><!-- #primary --> </div> </div> </div> <?php get_footer();