HEX
Server: Apache/2.4.63 (Unix)
System: Linux free28.beget.ru 5.10.244-0-beget-acl-test #1 SMP Mon Sep 29 14:43:37 UTC 2025 x86_64
User: c9375562 (26067)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/c/c9375562/c9375562.beget.tech/public_html/wp-content/themes/storebiz/404.php
<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Storebiz
 */

get_header();
?>
<section id="section-404" class="section-404 st-py-default">
	<div class="container">
		<div class="row wow fadeInUp">
			<div class="col-lg-6 col-12 text-center mx-auto">
				<div class="card-404">
					
					<h1><img src="<?php echo esc_url(get_template_directory_uri() .'/assets/images/icon404.png'); ?>" alt="image"></h1>
					
					<h4><?php esc_html_e('Page Not Found','storebiz'); ?></h4>
					
					<p><?php esc_html_e('The page you were looking for could not be found.','storebiz'); ?></p>
					
					<div class="card-404-btn mt-3">
						<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn btn-primary"><?php esc_html_e('Go to Home','storebiz'); ?></a>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>
<?php get_footer(); ?>