This repository has been archived on 2026-05-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Nest/nest-front/index.html
2026-02-26 16:16:44 +01:00

20 lines
930 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0a0d0a" />
<meta name="description" content="Headless Hazard — A retro-futuristic puzzle game by CrowMate Studio. Control a detached robotic head through an underground corporate megacomplex." />
<meta property="og:title" content="Headless Hazard | CrowMate Studio" />
<meta property="og:description" content="Lose your head. Keep your body. Navigate a bureaucratic nightmare underground." />
<meta property="og:type" content="website" />
<title>Headless Hazard | CrowMate Studio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>