summaryrefslogtreecommitdiff
path: root/static/contact.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-30 21:17:42 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-30 21:17:42 -0400
commitddf1e18edb78426cc6e5f246298ee409618afcb6 (patch)
tree62218a40d8f336d8a29daa656c3e4408270105f6 /static/contact.html
parentcf39d5168e86d8090f45413c4cf7d67500cdd275 (diff)
use standard mime type for favicon
Diffstat (limited to 'static/contact.html')
-rw-r--r--static/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/contact.html b/static/contact.html
index 1c02b414..621a94be 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -16,7 +16,7 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/contact"/>
<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"/>