HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/sportpoint-hotel.ru/public_html/wp-content/themes/hotelone/404.php
<?php get_header(); ?>

<div id="site-content" class="site-content">
	<div class="container">		
		<div class="row">
			<div class="col-md-12 error-page text-center">
				<h2 class="wow animated fadeInDown"><?php esc_html_e('404','hotelone'); ?></h2>
				<h4 class="wow animated fadeInLeft"><?php esc_html_e('Oops! Page not found','hotelone'); ?></h4>
				<p class="wow animated fadeInUp"><?php esc_html_e('We`re sorry, but the page you are looking for doesn`t exist.','hotelone'); ?></p>
				<a class="hotel-btn hotel-primary wow animated slideInLeft" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e('Home Page','hotelone'); ?></a>
			</div>
		</div>				
	</div>
</div><!-- .site-content -->
	
<?php get_footer(); ?>