-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (28 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; viewport-fit=cover" />
<!-- possible content values: default, black or black-translucent -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>AniCheck</title>
<meta name="google-site-verification" content="Xwy2kYzYtwFQkQssXdes3wXag0WWw3Z1NgVXgIBVVA8" />
<!-- <link rel="manifest" href="/manifest.json" /> -->
</head>
<body style="overflow: hidden;">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Hotjar Tracking Code for https://gubo97000.github.io/anicheck/ -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 2424613, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</body>
</html>