ÐДобавление верисфикации 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 Header from "@components/layout/header/Header.astro";
|
||||
import Footer from "@components/layout/footer/Footer.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" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<!-- Yandex верификация -->
|
||||
<meta name="yandex-verification" content="be3edfd138348e43" />
|
||||
<title>Автоюрист в Сургуте</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -19,8 +22,10 @@ import ConsultationModal from "@components/base/ConsultationModal.astro";
|
|||
<slot />
|
||||
<Footer />
|
||||
<ConsultationModal />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<script>
|
||||
<script>
|
||||
// Клиентский скрипт для открытия модального окна
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const btn = document.getElementById('consultation-btn');
|
||||
|
|
@ -42,8 +47,6 @@ import ConsultationModal from "@components/base/ConsultationModal.astro";
|
|||
}));
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</script>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue