-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
32 lines (27 loc) · 1.54 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/ico" href="./favicon.ico" />
<meta name="keywords" content="idle, incremental, zero player, omega, layers, vepro, veprogames"/>
<meta name="description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="url" content="https://veprogames.github.io/omega-meta-zero/"/>
<meta name="image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
<meta name="theme-color" content="#eba000"/>
<meta name="og:title" content="omega-meta-zero"/>
<meta name="og:type" content="website"/>
<meta name="og:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="og:url" content="https://veprogames.github.io/omega-meta-zero/"/>
<meta name="og:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
<meta name="twitter:card" content="summary_image_large"/>
<meta name="twitter:title" content="omega-meta-zero"/>
<meta name="twitter:description" content="An Incremental Game where you just watch a number grow to absurdity. Zero Player!"/>
<meta name="twitter:image" content="https://veprogames.github.io/omega-meta-zero/icon512x.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Omega Meta Zero</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>