File: /home/sportpoint-hotel.ru/public_html/wp-content/themes/vw-hotel/404.php
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package VW Hotel
*/
get_header(); ?>
<div id="content-vw">
<div class="container">
<div class="page-content">
<h1><?php printf( '<strong>%s</strong> %s', esc_html__( '404','vw-hotel' ), esc_html__( 'Not Found', 'vw-hotel' ) ) ?></h1>
<p class="text-404"><?php esc_html_e( 'Looks like you have taken a wrong turn&hellip', 'vw-hotel' ); ?></p>
<p class="text-404"><?php esc_html_e( 'Dont worry&hellip it happens to the best of us.', 'vw-hotel' ); ?></p>
<div class="read-moresec">
<a href="<?php echo esc_url(home_url()); ?>" class="button hvr-sweep-to-right"><?php esc_html_e( 'Return to the home page', 'vw-hotel' ); ?></a>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<?php get_footer(); ?>