Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -4,10 +4,10 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
|
| 6 |
<title>VICKERS</title>
|
| 7 |
-
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
| 8 |
-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
| 9 |
-
<link rel="shortcut icon" href="/favicon.ico" />
|
| 10 |
-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
| 11 |
<meta name="apple-mobile-web-app-title" content="VICKERS" />
|
| 12 |
<link rel="manifest" href="/site.webmanifest" />
|
| 13 |
<link href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;1,300&family=Outfit:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
|
| 6 |
<title>VICKERS</title>
|
| 7 |
+
<link rel="icon" type="image/png" href="image/favicon-96x96.png" sizes="96x96" />
|
| 8 |
+
<link rel="icon" type="image/svg+xml" href="image/favicon.svg" />
|
| 9 |
+
<link rel="shortcut icon" href="image/favicon.ico" />
|
| 10 |
+
<link rel="apple-touch-icon" sizes="180x180" href="image/apple-touch-icon.png" />
|
| 11 |
<meta name="apple-mobile-web-app-title" content="VICKERS" />
|
| 12 |
<link rel="manifest" href="/site.webmanifest" />
|
| 13 |
<link href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;1,300&family=Outfit:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
|