index.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  9. <!--
  10. manifest.json provides metadata used when your web app is installed on a
  11. user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
  12. -->
  13. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  14. <!-- Primary Meta Tags -->
  15. <title>COVID-19 Tracker | India</title>
  16. </head>
  17. <body>
  18. <noscript>You need to enable JavaScript to run this app.</noscript>
  19. <div id="root"></div>
  20. <!--
  21. This HTML file is a template.
  22. If you open it directly in the browser, you will see an empty page.
  23. You can add webfonts, meta tags, or analytics to this file.
  24. The build step will place the bundled scripts into the <body> tag.
  25. To begin the development, run `npm start` or `yarn start`.
  26. To create a production bundle, use `npm run build` or `yarn build`.
  27. -->
  28. </body>
  29. </html>