aboutsummaryrefslogtreecommitdiff
path: root/deploy/index.html
blob: acb0852149924036ce8e734e31c595da0bb27dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>

<head>
  <title>Dash Web</title>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script>
</head>

<body>
  <div id="root"></div>
  <script src="/bundle.js"></script>
</body>

</html>