silver-fang-mini-game/www/index.html

15 lines
324 B
HTML
Raw Permalink 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>
<script src="./bootstrap.js"></script>
</body>
</html>