Server IP : 192.64.118.117 / Your IP : 3.129.128.179 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/thecgapy/mcprintingandpromotions.com/wp-content/themes/chic-lite/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * @package Chic_Lite */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <section class="error-404 not-found"> <header class="page-header"> <h1 class="page-title"><?php esc_html_e( 'Uh-Oh...', 'chic-lite' ); ?></h1> </header> <div class="page-content"> <p class="error-text"><?php esc_html_e( 'The page you are looking for may have been moved, deleted, or possibly never existed.', 'chic-lite' ); ?></p> <div class="error-num">404</div> <a class="btn-readmore" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Take me to the home page', 'chic-lite' ); ?></a> <?php get_search_form(); ?> </div><!-- .page-content --> </section> </main><!-- #main --> <?php /** * @see chic_lite_latest_posts */ do_action( 'chic_lite_latest_posts' ); ?> </div><!-- #primary --> <?php get_footer();