summaryrefslogtreecommitdiff
path: root/static/index.html
blob: 9f4f3b6144059349d5a730066d13a2a7c7166419 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>

  <body>
    <label for="input">Input:</label>
    <input id="input" type="text" />
    <canvas id="canvas" width="4000" height="200"></canvas>
    <script src="./index.js" type="module"></script>
  </body>
</html>