silver-fang-mini-game/index.html

15 lines
337 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">
<title>Hello wasm-pack!</title>
</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>