aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/public/index.html
blob: 91ced42ddfdca5fc910b784cf31318ac04a47647 (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>