-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (20 loc) · 990 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
25
<!DOCTYPE html>
<html class="dark" lang="en" style="color-scheme: dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta
name="description"
content="We are looking for high level Operators on our mission to liberate the internet, re-open the frontier and exit the current status quo. Each Operator is a counter-Net identity and the first entry point into our new ecosystem, the pioneers of a sovereign enclave in cyberspace. Don’t just survive while waiting for our revolution to clear your head. We are rebuilding the internet. Inscribe your place among us. Apply to be Blacklisted"
/>
<title>Exit Game | Logos</title>
</head>
<body class="min-h-screen font-mono antialiased">
<div id="app" class="h-screen"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>