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

<head>
  <title>Dash Web</title>
  <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet">
</head>

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

</html>