Server IP : 162.0.217.223 / Your IP : 216.73.216.153 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/themes/motorx/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found). * * @package motorx */ get_header(); ?> <div class="container"> <div class="row"> <div class="col-md-12"> <div id="primary" class="fullwidth-404"> <main id="main" class="site-main" role="main"> <section class="error-404 not-found"> <div class="error-box-404 vertical-center"> <div class="error-box text-center"> <div class="thumb-404"> <img src="<?php echo THEMESFLAT_LINK . 'images/404.webp'; ?>" alt="404"> </div> <div class="error-404-text"> <h1><?php esc_html_e( 'Oh no... We lost this page', 'motorx' ); ?></h1> <p><?php esc_html_e( 'We searched everywhere but couldn’t find what you’re looking for. Let’s find a better place for you to go.', 'motorx' ); ?></p> </div> <div class="wrap-button-404"> <a href="<?php echo esc_url( home_url('/') ); ?>" class="button"><?php esc_html_e( 'Back to home','motorx' ) ?></a> </div> </div> </div> </section><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> </div><!-- /.col-md-12 --> </div><!-- /.row --> </div> <?php get_footer(); ?>