aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 585d8d4dd07a6bbd8e398f6a77c74eb06c83a766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="description" content="Who are you?">

    <title>🎩 sorting hat 🐢</title>

    <script src="/assets/bundle.js"></script>

    <link href="/css/app.css" rel="stylesheet">

  </head>
  <body>
    <div id="sorting-hat">
      <wave-renderer></wave-renderer>
      <status></status>
    </div>
  </body>
</html>