index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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
  8. name="description"
  9. content="Web site created using create-react-app"
  10. />
  11. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  12. <!--
  13. manifest.json provides metadata used when your web app is installed on a
  14. user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
  15. -->
  16. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  17. <!--
  18. Notice the use of %PUBLIC_URL% in the tags above.
  19. It will be replaced with the URL of the `public` folder during the build.
  20. Only files inside the `public` folder can be referenced from the HTML.
  21. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
  22. work correctly both with client-side routing and a non-root public URL.
  23. Learn how to configure a non-root public URL by running `npm run build`.
  24. -->
  25. <title>Калькулятор</title>
  26. </head>
  27. <body>
  28. <noscript>You need to enable JavaScript to run this app.</noscript>
  29. <div id="root"></div>
  30. </body>
  31. </html>