index.html

This commit is contained in:
Quaternions 2023-08-30 16:34:10 -07:00
parent ac0c42fc87
commit 79ad4f815a

8
generated/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<body>
<script type="module">
import init from "./strafe-client.js";
init();
</script>
</body>
</html>