diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-30 21:17:42 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-30 21:17:42 -0400 |
| commit | ddf1e18edb78426cc6e5f246298ee409618afcb6 (patch) | |
| tree | 62218a40d8f336d8a29daa656c3e4408270105f6 /static/install.html | |
| parent | cf39d5168e86d8090f45413c4cf7d67500cdd275 (diff) | |
use standard mime type for favicon
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index 81dda370..b682c6c3 100644 --- a/static/install.html +++ b/static/install.html @@ -16,7 +16,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/install"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/> + <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/> <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/> <link rel="stylesheet" href="/grapheneos.css?8"/> <link rel="manifest" href="/manifest.webmanifest"/> |
