| Server IP : 185.252.147.100 / Your IP : 216.73.217.33 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/html/metal.mitrofanov.ru/wordpress/wp-content/themes/generatepress_child/ |
Upload File : |
<?php
/*
Template Name: Hero Page
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?><!DOCTYPE html>
<html class="hero-page" <?php language_attributes(); ?>>
<head>
<meta charset="UTF-8">
<link rel="preconnect" href="https://api-maps.yandex.com">
<link rel="preconnect" href="https://yastatic.net">
<link rel="preload" href="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Afcad483e8997197c1912824378a2b8baa3f8335c43a2da6da8a89474c01ec6c5&width=100%25&height=100vh&lang=ru_RU&scroll=false" as="script">
<?php wp_head(); ?>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="content-cut"></div>
<?php
do_action( 'generate_header' );
the_content();
?>
<div class="content-cut"></div>
<?php wp_footer(); ?>
</body>
</html>