shkola/wp-content/themes/dekart/404.php

27 lines
947 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
get_header();
?>
<main class="page page404">
<section class="banner">
<div class="banner-wrapper">
<picture class="banner-fon">
<source srcset="<?php echo get_template_directory_uri(); ?>/assets/images/404.webp" media="(min-width: 780px)">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/404.webp" alt="">
</picture>
</div>
</section>
<section class="preparation">
<div class="container">
<h1 class="title_404">Упс! Страница потерялась, как ответ на сложный вопрос!</h1>
<p class="sub-title_404">Не переживайте — даже отличники иногда делают ошибки.<br>
Но не волнуйтесь — мы знаем, как помочь вам вернуться на правильный путь!</p>
</div>
</section>
<?php get_template_part( 'template-parts/map' ); ?>
</main>
<?php
get_footer();