HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/.trash/wp-content/themes/accesspress-store/404.php
<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @package AccessPress Store
 */

get_header(); ?>

<main id="main" class="site-main" role="main">
	<div id="primary" class="content-area">
		<section class="error-404 not-found">
			<header class="page-header">
				<h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'accesspress-store' ); ?></h1>
			</header><!-- .page-header -->

			<div class="page-content">
				<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'accesspress-store' ); ?></p>
			</div><!-- .page-content -->

			<div class="number404">
				404 
				<span>error</span>   
			</div>
		</section><!-- .error-404 -->		
	</div><!-- #primary -->
</main><!-- #main -->
<?php get_footer();