Init project

This commit is contained in:
Thibault Pouch
2026-02-18 09:15:38 +01:00
commit 0fb3fc77cd
43 changed files with 9628 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!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>