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