![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/intellicart.co/wp-content/themes/framey/ |
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package uicore-theme */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <section class="utility-page"> <img src="<?php echo esc_url(get_template_directory_uri()) ?>/assets/img/bg-404.png" alt="<?php esc_attr_e('Page Not Found', 'framey')?>" class="error-404-img"> <h1><?php esc_html_e('Error 404', 'framey'); ?></h1> <p><?php esc_html_e('We can’t seem to find the page you’re looking for.', 'framey'); ?></p> <a class="default-button" href="<?php echo esc_url( get_home_url() ); ?>"><?php esc_html_e('Go back to homepage', 'framey'); ?></a> </section><!-- .utility-page --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();