-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 876 Bytes
/
index.html
File metadata and controls
34 lines (31 loc) · 876 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0 user-scalable=no"
/>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>Plots</title>
<style></style>
</head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8VX4HN1FN7"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8VX4HN1FN7");
</script>
<body>
<div id="app"></div>
<script type="text/javascript" src="pako.min.js"></script>
<script type="module" src="/src/lib/gameShare.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>