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