diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-10-26 12:48:01 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-26 12:48:01 -0400 |
| commit | b5f9f7eeab950ec38ad856115facac65caaebbab (patch) | |
| tree | 6641aa069f6c318aaf7d3e5549df4ffffdaffd29 /static/index.html | |
| parent | ce1aff631751a02b83f3b78cebb2a35fd1c59f8c (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/index.html')
| -rw-r--r-- | static/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index b3e53cdf..675cbc18 100644 --- a/static/index.html +++ b/static/index.html @@ -18,7 +18,8 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/"/> <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="/favicon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> <link rel="stylesheet" href="/grapheneos.css?19"/> <link rel="manifest" href="/manifest.webmanifest"/> |
