diff options
Diffstat (limited to 'modern/index.html')
-rw-r--r-- | modern/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/index.html b/modern/index.html index 9c5a92f7..1aae6746 100644 --- a/modern/index.html +++ b/modern/index.html @@ -2,11 +2,11 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="${colorPrimary}" /> <meta name="description" content="${description}" /> - <link rel="apple-touch-icon" href="/logo192.png" /> + <link rel="icon" href="/favicon.ico" /> + <link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180" /> <link rel="manifest" href="/manifest.json" /> <link rel="stylesheet" href="/styles.css"> <title>${title}</title> |