-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.65 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.65 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png?v=123">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png?v=123">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png?v=123">
<link rel="manifest" href="/site.webmanifest?v=123">
<link rel="shortcut icon" href="/favicon.ico?v=123">
<meta name="msapplication-TileColor" content="#242732">
<meta name="msapplication-config" content="/browserconfig.xml?v=123">
<meta name="theme-color" content="#242732">
<title>Hawk</title>
</head>
<body>
<noscript>
<strong>We're sorry but Hawk doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(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();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(87603650, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/87603650" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>