blob: 8636ce4c69ea89d24a568ec6b53f140da6e08ded (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="A sumo game">
<title>Sumo</title>
<script src="./lib/sumo.js"></script>
<link href="./css/style.css" rel="stylesheet">
</head>
<body>
<div id="sumo-app-entry-point">
</div>
</body>
</html>
|