summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-10-26 12:48:01 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-10-26 12:48:01 -0400
commitb5f9f7eeab950ec38ad856115facac65caaebbab (patch)
tree6641aa069f6c318aaf7d3e5549df4ffffdaffd29 /static/build.html
parentce1aff631751a02b83f3b78cebb2a35fd1c59f8c (diff)
reuse mask-icon.svg as an svg favicon
Yandex.Webmaster requested an SVG favicon and there may be other software able to take advantage of it too.
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index ef3125e1..275bc5a4 100644
--- a/static/build.html
+++ b/static/build.html
@@ -18,7 +18,8 @@
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/build"/>
<meta property="og:site_name" content="GrapheneOS"/>
- <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
+ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
<link rel="stylesheet" href="/grapheneos.css?19"/>
<link rel="manifest" href="/manifest.webmanifest"/>