File: //home/sportpoint-hotel.ru/public_html/wp-content/themes/vw-hotel/header.php
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="content-vw">
*
* @package VW Hotel
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<link rel="profile" href="<?php echo esc_url( __( 'http://gmpg.org/xfn/11', 'vw-hotel' ) ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="home-page-header">
<?php get_template_part('template-parts/header/custom-header'); ?>
<?php get_template_part('template-parts/header/navigation'); ?>
</div>