Skip to content
Snippets Groups Projects
index.html 233 B
Newer Older
  • Learn to ignore specific revisions
  • Bye's avatar
    Bye committed
    <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>