Files
blb-throne-of-the-bone-king/index.html
T

16 lines
350 B
HTML
Raw Normal View History

2026-06-10 15:01:09 -05:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<title>Throne of the Bone King</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/web/main.tsx"></script>
</body>
</html>