index.html 136 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
  <html lang="en">
  <head>
    <title>React App</title>
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>