aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/public1/index.html
blob: 724f78f1defe51d013ea7b5cb959e47aa1c3cbd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <script src="/src/index.tsx" type="module"></script>
  </head>
  <body>
    <div id="reactroot"></div>
  </body>
</html>