aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 6eeb7e32cd36edccb19d1d74c5817bf321a985c9 (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="/assets/bundle.js"></script>

    <link href="/css/style.css" rel="stylesheet">
  </head>
  <body>
    <div id="sumo-app-entry-point">
    </div>
  </body>
</html>