summaryrefslogtreecommitdiffstats
path: root/index.html
blob: c985df45b10dd4e772422bec1a62929bc0fe5a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <title>automathon</title>
    <link rel='stylesheet' href='main.css'>
  </head>

  <body>
    <h1>automathon</h1>
    <canvas id='arena' width='512' height='512'>no canvas!</canvas>
    <script src='./main.mjs' type='module'></script>
  </body>
</html>