D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
everqlsh
/
www
/
wp-admin
/
user
/
577040
/
Filename :
404.php.tar
back
Copy
home/everqlsh/public_html/wp-content/themes/affirm/404.php 0000644 00000001530 15162356315 0017504 0 ustar 00 <?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', 'affirm')?>" class="error-404-img"> <h1><?php esc_html_e('Error 404', 'affirm'); ?></h1> <p><?php esc_html_e('We can’t seem to find the page you’re looking for.', 'affirm'); ?></p> <a class="default-button" href="<?php echo esc_url( get_home_url() ); ?>"><?php esc_html_e('Go back to homepage', 'affirm'); ?></a> </section><!-- .utility-page --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();