-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·85 lines (73 loc) · 2.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-B5KM13EGR7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B5KM13EGR7');
</script> -->
<meta charset="UTF-8" />
<link rel="icon" href="/src/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="/manifest.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta property="og:title" content="Iksha Country Club" />
<meta property="og:url" content="https://ikshacountryclub.com" /> <!-- Replace with your actual URL -->
<meta property="og:image" content="https://your-website-image-url.com" /> <!-- Replace with your actual image URL -->
</head>
<body>
<div id="root"></div>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
var globalClientId;
(function (m, e, t, r, i, k, a) {
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments); };
m[i].l = 1 * new Date();
for (var j = 0; j < document.scripts.length; j++) {
if (document.scripts[j].src === r) {
return;
}
}
k = e.createElement(t);
a = e.getElementsByTagName(t)[0];
k.async = 1;
k.src = r;
a.parentNode.insertBefore(k, a);
})(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(87405071, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
});
ym(87405071, 'getClientID', function(clientID) {
globalClientId = clientID;
});
</script>
<noscript>
<div>
<img src="https://mc.yandex.ru/watch/87405071" style="position:absolute; left:-9999px;" alt="" />
</div>
</noscript>
<!-- /Yandex.Metrika counter -->
<script type="module" src="/src/main.jsx"></script>
<!-- VK Retargeting script -->
<script type="text/javascript">
!function () {
var t = document.createElement("script");
t.type = "text/javascript";
t.async = !0;
t.src = "https://vk.com/js/api/openapi.js?169";
t.onload = function () {
VK.Retargeting.Init("VK-RTRG-1827559-402ky");
VK.Retargeting.Hit();
};
document.head.appendChild(t);
}();
</script>
<noscript>
<img src="https://vk.com/rtrg?p=VK-RTRG-1827559-402ky" style="position:fixed; left:-999px;" alt="" />
</noscript>
</body>
</html>