-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
24 lines (21 loc) · 887 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=0.5, user-scalable=no" />
<title>Strinova Map Assistant</title>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "obpvx4i33b");
</script>
</head>
<body>
<div id="root" ref="capture"
style="max-width: 100svw;min-width: -webkit-fill-available;min-width:-moz-available;width: 100%;display: flex;overflow: hidden;scrollbar-width: none;">
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>