-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Disasternaut</title>
<link rel="stylesheet" href="/src/assets/main.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<meta property="og:title" content="Disasternaut" />
<meta property="og:description" content="HUGE (Humans United on Galactic Exploration) is offering ANYONE the chance to own their very own planet. Do you have what it takes to turn the planet into self-sustaining and profitable society? Or will the planet's harsh environment end up being YOUR demise? "/>
<meta property="og:image" content="https://diasternaut.lehuyh.repl.co/img/cover.jpg" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap"
rel="stylesheet"
/>
<script async src="https://code.iconify.design/2/2.0.4/iconify.min.js"></script>
</head>
<body>
<canvas></canvas>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>