/ index.html
index.html
1 <!DOCTYPE html> 2 <html class="dark" lang="en" style="color-scheme: dark"> 3 <head> 4 <meta charset="UTF-8" /> 5 6 <link rel="icon" type="image/png" href="/icon.png" /> 7 8 <meta 9 name="viewport" 10 content="width=device-width, initial-scale=1, maximum-scale=1" 11 /> 12 <meta 13 name="description" 14 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" 15 /> 16 17 <title>Exit Game | Logos</title> 18 </head> 19 20 <body class="min-h-screen font-mono antialiased"> 21 <div id="app" class="h-screen"></div> 22 23 <script type="module" src="/src/main.ts"></script> 24 </body> 25 </html>