index.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en" style="height: 100%">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
  6. <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
  7. <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
  8. <link rel="manifest" href="/site.webmanifest">
  9. <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#658404">
  10. <meta name="msapplication-TileColor" content="#fafafa">
  11. <meta name="theme-color" content="#658404">
  12. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  13. <link rel="preconnect" href="https://fonts.gstatic.com">
  14. <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cookie&display=swap">
  15. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
  16. <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
  17. <meta name="viewport" content="minimum-scale=1, initial-scale=1, maximum-scale=1.0, user-scalable=no, width=device-width, height=device-height"/>
  18. <!--
  19. manifest.json provides metadata used when your web app is installed on a
  20. user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
  21. -->
  22. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  23. <!--
  24. Notice the use of %PUBLIC_URL% in the tags above.
  25. It will be replaced with the URL of the `public` folder during the build.
  26. Only files inside the `public` folder can be referenced from the HTML.
  27. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
  28. work correctly both with client-side routing and a non-root public URL.
  29. Learn how to configure a non-root public URL by running `npm run build`.
  30. -->
  31. <title>Emealay</title>
  32. </head>
  33. <body style="margin: 0; height: 100%; overflow-x: hidden;">
  34. <div id="root" style="height: 100%"></div>
  35. </body>
  36. </html>