diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2021-01-02 22:05:12 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-05 10:48:18 +0100 |
commit | 0450fa8eb6cfe0e9d03542b3c3c2777bfe372c86 (patch) | |
tree | 31c710f3f5554f06574ab3616b0d2c00d73abf86 | |
parent | f5ea4dac56758ab099ee02827f6c3025ecc695db (diff) | |
download | PeerTube-0450fa8eb6cfe0e9d03542b3c3c2777bfe372c86.tar.gz PeerTube-0450fa8eb6cfe0e9d03542b3c3c2777bfe372c86.tar.zst PeerTube-0450fa8eb6cfe0e9d03542b3c3c2777bfe372c86.zip |
client: add iOS icon
-rw-r--r-- | client/src/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/index.html b/client/src/index.html index c81ef8c2e..95e7e384b 100644 --- a/client/src/index.html +++ b/client/src/index.html | |||
@@ -10,6 +10,8 @@ | |||
10 | <link rel="manifest" href="/manifest.webmanifest?[manifestContentHash]"> | 10 | <link rel="manifest" href="/manifest.webmanifest?[manifestContentHash]"> |
11 | 11 | ||
12 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png?[faviconContentHash]" /> | 12 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png?[faviconContentHash]" /> |
13 | <link rel="apple-touch-icon" href="/client/assets/images/icons/icon-144x144.png" sizes="144x144" /> | ||
14 | <link rel="apple-touch-icon" href="/client/assets/images/icons/icon-192x192.png" sizes="192x192" /> | ||
13 | 15 | ||
14 | <!-- logo background-image --> | 16 | <!-- logo background-image --> |
15 | <style type="text/css"> | 17 | <style type="text/css"> |