silver-fang-mini-game/index.html

17 lines
455 B
HTML
Raw Normal View History

2024-05-01 21:24:21 +03:00
<!DOCTYPE html>
<html>
2024-09-28 10:50:10 +03:00
<head>
<meta charset="utf-8">
2024-11-09 00:39:33 +02:00
<title>Hopeanuoli</title>
<link rel="preload" as="font" href="assets/Kenney Bold.ttf" type="font/ttf" />
<link rel="stylesheet" href="fonts.css">
2024-09-28 10:50:10 +03:00
</head>
<body>
<div id="silver-fang-mini-game"></div>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
2024-10-27 20:00:46 +02:00
<script type="module" src="/src/index.ts"></script>
2024-09-28 10:50:10 +03:00
</body>
</html>