Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

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>