index.html 743 B

12345678910111213141516171819
  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. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
  7. <!--
  8. Notice the use of %PUBLIC_URL% in the tag above.
  9. It will be replaced with the URL of the `public` folder during the build.
  10. Only files inside the `public` folder can be referenced from the HTML.
  11. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
  12. work correctly both with client-side routing and a non-root public URL.
  13. Learn how to configure a non-root public URL by running `npm run build`.
  14. -->
  15. <title>React App</title>
  16. </head>
  17. <body id="root"></body>
  18. </html>