-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" />
<meta name="description" content="Entropy fighting mathematactic game" />
<meta
name="keywords"
content="digifall, survival, logic, puzzle, indie, game, entropy fighting, mathematactic, leaderboard, svelte, p2p, libp2p, pwa, цифропад"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
/>
<meta name="color-scheme" content="only light" />
<meta name="theme-color" content="transparent" />
<title>Digifall</title>
<link
rel="preload"
href="/fonts/7x7.ttf"
as="font"
type="font/ttf"
crossorigin
/>
<link
rel="preload"
href="/fonts/5x5.ttf"
as="font"
type="font/ttf"
crossorigin
/>
<link
rel="manifest"
type="application/manifest+json; charset=utf-8"
href="/manifest.json"
/>
<link rel="icon" type="image/png" href="/images/icon-cr-48x48.png" />
<link rel="stylesheet" href="/src/styles.css" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-KK6TCRZ4TJ"
></script>
<script type="module" src="/src/main.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-KK6TCRZ4TJ");
</script>
</head>
<body oncontextmenu="return false">
<noscript>You need to enable JavaScript to run Digifall</noscript>
</body>
</html>