ÐДобавление верисфикации Yandex
This commit is contained in:
parent
af43d08e90
commit
0b1db78d41
1 changed files with 27 additions and 24 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
import '@styles/global.css';
|
import '@styles/global.css';
|
||||||
|
|
||||||
import Header from "@components/layout/header/Header.astro";
|
import Header from "@components/layout/header/Header.astro";
|
||||||
import Footer from "@components/layout/footer/Footer.astro";
|
import Footer from "@components/layout/footer/Footer.astro";
|
||||||
import ConsultationModal from "@components/base/ConsultationModal.astro";
|
import ConsultationModal from "@components/base/ConsultationModal.astro";
|
||||||
|
|
@ -12,6 +13,8 @@ import ConsultationModal from "@components/base/ConsultationModal.astro";
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
|
<!-- Yandex верификация -->
|
||||||
|
<meta name="yandex-verification" content="be3edfd138348e43" />
|
||||||
<title>Автоюрист в Сургуте</title>
|
<title>Автоюрист в Сургуте</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -19,6 +22,8 @@ import ConsultationModal from "@components/base/ConsultationModal.astro";
|
||||||
<slot />
|
<slot />
|
||||||
<Footer />
|
<Footer />
|
||||||
<ConsultationModal />
|
<ConsultationModal />
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Клиентский скрипт для открытия модального окна
|
// Клиентский скрипт для открытия модального окна
|
||||||
|
|
@ -43,7 +48,5 @@ import ConsultationModal from "@components/base/ConsultationModal.astro";
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue