forked from StrafesNET/strafe-client
9 lines
134 B
HTML
9 lines
134 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<script type="module">
|
||
|
import init from "./strafe-client.js";
|
||
|
init();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|