summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 4e517241ea82d02480c56757082c22e2a1590d75 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
    <title></title>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="./src/index.tsx"></script>
  </body>
</html>