diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-29 06:27:27 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-29 06:27:27 -0400 |
| commit | e0a6799fd66727d7960e0eea28b346bffdab0e38 (patch) | |
| tree | b15fd480d911786515b1464df7c19c96d9f13b2a /static/index.html | |
| parent | 61b46ac016b1bb4f50279e12a442040c2acd9392 (diff) | |
add mask icon for Safari
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index 2da47eaf..570a694e 100644 --- a/static/index.html +++ b/static/index.html @@ -16,6 +16,7 @@ <meta property="og:url" content="https://grapheneos.org/"/> <meta property="og:site_name" content="GrapheneOS"/> <link rel="icon" type="image/x-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"/> <link rel="canonical" href="https://grapheneos.org/"/> |
