18 lines
483 B
HTML
18 lines
483 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"
|
|
/>
|
|
<link rel="icon" type="image/svg+xml" href="/src/assets/images/favicon.svg" />
|
|
<meta name="theme-color" content="#111418" />
|
|
<title>Throne of the Bone King</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/web/main.tsx"></script>
|
|
</body>
|
|
</html>
|