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