Skip to content
Snippets Groups Projects
Select Git revision
  • ee4ead95430b57e1c8d4d699b20b4d40bcd3269f
  • main default protected
2 results

index.html

Blame
  • index.html 233 B
    <style>
        canvas {width: 100vw; height: 100vh}
        body {margin: 0}
    </style>
    <canvas id="canvas">
      This browser requires the <code>&lt;canvas&gt;</code> element to work
    </canvas>
    <script src="./src/main.js" type="module"></script>