chore : move all to root
This commit is contained in:
19
nest-front/index.html
Normal file
19
nest-front/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user