index.html 311 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <title>React App</title>
  7. </head>
  8. <body>
  9. <noscript>You need to enable JavaScript to run this app.</noscript>
  10. <div id="root"></div>
  11. </body>
  12. </html>