]> git.r.bdr.sh - rbdr/sumo/blame - index.html
Add Naive Game Rules (#11)
[rbdr/sumo] / index.html
CommitLineData
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
f45bcde1 9 <script 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>