File: /home/l2pbkn5l6xav/public_html/wp-content/themes/total/404.php
<?php
/**
* The template for displaying 404 pages (not found).
*
* @package Total
*/
get_header(); ?>
<header class="ht-main-header">
<div class="ht-container">
<h1 class="ht-main-title"><?php esc_html_e( '404 Error', 'total' ); ?></h1>
<?php do_action( 'total_breadcrumbs' ); ?>
</div>
</header><!-- .entry-header -->
<div class="ht-container">
<div class="oops-text"><?php esc_html_e( 'Oops! That page can’t be found.', 'total' ); ?></div>
<span class="error-404"><?php esc_html_e( '404', 'total' ); ?></span>
</div>
<?php get_footer(); ?>