index.html 423 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="theme-color" content="#000000">
  8. <title>React App</title>
  9. </head>
  10. <body>
  11. <noscript>
  12. You need to enable JavaScript to run this app.
  13. </noscript>
  14. <div id="root"></div>
  15. </body>
  16. </html>