8 lines
176 B
HTML

<!doctype html>
<script type="module">
import './app.ts';
</script>
<body style=" margin: 0px;">
<canvas id="canvas" style="width: 100vw; height: 100vh;"></canvas>
</body>