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

<head>
  <title>Dash Web</title>
</head>

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

</html>