aboutsummaryrefslogtreecommitdiff
path: root/build/index.html
blob: 2818d7c8b15c537f7e72a7acfa6423e9ee3ba3d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
  <head>
    <title>Dash Web</title>
    <link
      rel="stylesheet"
      href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
      integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
      crossorigin="anonymous"
    />
  </head>

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