|
1 | 1 | <!doctype html>
|
2 | 2 | <html lang="en">
|
3 |
| -<head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 |
| - <title>Epic Zeit</title> |
7 |
| - <meta name="description" content="Epic way to sync timezones among colleagues, friends, and family across the globe."> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>Epic Zeit</title> |
| 7 | + <meta name="description" content="Epic way to sync timezones among colleagues, friends, and family across the globe."> |
8 | 8 |
|
9 |
| - <meta name="mobile-web-app-capable" content="yes"> |
10 |
| - <meta name="apple-mobile-web-app-capable" content="yes"> |
11 |
| - <meta name="msapplication-starturl" content="/"> |
| 9 | + <meta name="mobile-web-app-capable" content="yes"> |
| 10 | + <meta name="apple-mobile-web-app-capable" content="yes"> |
| 11 | + <meta name="msapplication-starturl" content="/"> |
12 | 12 |
|
13 |
| - <link rel="icon" sizes="192x192" href="/favicon/android-chrome-192x192.png"> |
14 |
| - <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"> |
15 |
| - <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#262626"> |
16 |
| - <meta name="theme-color" content="#262626"> |
| 13 | + <link rel="icon" sizes="192x192" href="/favicon/android-chrome-192x192.png"> |
| 14 | + <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"> |
| 15 | + <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#262626"> |
| 16 | + <meta name="theme-color" content="#262626"> |
17 | 17 |
|
18 |
| - <link rel="preload" href="/fonts/saira-v20-latin-regular.woff2" as="font" type="font/woff2" crossorigin> |
19 |
| - <link rel="preload" href="/fonts/saira-v20-latin-600.woff2" as="font" type="font/woff2" crossorigin> |
| 18 | + <link rel="preload" href="/fonts/saira-v20-latin-regular.woff2" as="font" type="font/woff2" crossorigin> |
| 19 | + <link rel="preload" href="/fonts/saira-v20-latin-600.woff2" as="font" type="font/woff2" crossorigin> |
20 | 20 |
|
21 |
| - <script src="/jquery.slim.min.js"></script> |
22 |
| - <script src="/clockpicker.min.js"></script> |
| 21 | + <meta name="robots" content="index,follow"> |
23 | 22 |
|
24 |
| - <link rel="stylesheet" href="/clock-picker.css"> |
| 23 | + <link rel="chrome-webstore-item" href="https://chromewebstore.google.com/detail/epic-zeit/ojockpaakeelhbjhjmidndbbkimpdldn"> |
| 24 | + </head> |
25 | 25 |
|
26 |
| - <meta name="robots" content="index,follow"> |
27 |
| - |
28 |
| - <!-- <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/APP_ID">--> |
29 |
| -</head> |
30 |
| - |
31 |
| -<body> |
32 |
| -<div id="root"></div> |
33 |
| -<script type="module" src="./src/main.jsx"></script> |
34 |
| -</body> |
| 26 | + <body> |
| 27 | + <div id="root"></div> |
| 28 | + <script type="module" src="./src/main.jsx"></script> |
| 29 | + </body> |
35 | 30 | </html>
|
0 commit comments