Files
healer-man/index.html
T
2026-08-14 15:56:39 -04:00

15 lines
459 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#07130f" />
<meta name="description" content="Healer Man — a browser-based dungeon adventure." />
<title>Healer Man</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>