diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-26 04:13:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-26 04:13:44 -0400 |
| commit | 61b46ac016b1bb4f50279e12a442040c2acd9392 (patch) | |
| tree | 3cb12aa9f7978f6ea92f9ca44368f592ee84fb90 /static/usage.html | |
| parent | f9bc3f1a30f21c19b4a404d1056f9a27d55ce70a (diff) | |
add explicit rel="icon" link for favicon.ico
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html index 8a1a8ef1..a96f5762 100644 --- a/static/usage.html +++ b/static/usage.html @@ -15,6 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/usage"/> <meta property="og:site_name" content="GrapheneOS"/> + <link rel="icon" type="image/x-icon" href="/favicon.ico?0"/> <link rel="stylesheet" href="/grapheneos.css?8"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/usage"/> |
