diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..c985df4 --- /dev/null +++ b/index.html @@ -0,0 +1,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> |
