aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/public/index.html
blob: cbf484fd23b9c1713c3928c801486e228c45e1c9 (plain) (blame)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <head>
    <script src="/src/index.js" type="module"></script>
  </head>
  <body id="reactroot"></body>
</html>