]>
Commit | Line | Data |
---|---|---|
11be5eba RBR |
1 | <!doctype html> |
2 | <html> | |
3 | <head> | |
4 | <meta charset="utf-8"> | |
5 | <meta name="description" content="A sumo game"> | |
6 | ||
7 | <title>Sumo</title> | |
8 | ||
aaa1f8f6 | 9 | <script type="module" src="./lib/sumo.js"></script> |
11be5eba | 10 | |
f45bcde1 | 11 | <link href="./css/style.css" rel="stylesheet"> |
11be5eba RBR |
12 | </head> |
13 | <body> | |
14 | <div id="sumo-app-entry-point"> | |
15 | </div> | |
16 | </body> | |
17 | </html> |