diff options
-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"> |