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

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

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

</html>