9 lines
134 B
HTML
Raw Permalink Normal View History

2023-08-30 16:34:10 -07:00
<html>
<body>
<script type="module">
import init from "./strafe-client.js";
init();
</script>
</body>
</html>