|
|
@@ -5,6 +5,12 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
|
|
|
+ <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
|
+ <link rel="manifest" href="/manifest.json" />
|
|
|
+ <meta name="theme-color" content="#E3AC00" />
|
|
|
+ <meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
+ <meta name="apple-mobile-web-app-title" content="Vitiens" />
|
|
|
<title>Vitiens</title>
|
|
|
</head>
|
|
|
|