diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 499ba4e..4bf02d0 100644 --- a/public/index.html +++ b/public/index.html @@ -2,15 +2,19 @@ <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="#7289DA" /> <meta name="description" content="Python Discord Forms is the surveying system for the Python Discord server." /> - <link rel="apple-touch-icon" href="/logo192.png" /> - <link rel="manifest" href="/manifest.json" /> + + <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" /> + <link rel="mask-icon" href="branding/safari-pinned-tab.svg" color="#5bbad5" /> + <meta name="msapplication-TileColor" content="#2d89ef" /> + <meta name="msapplication-config" content="branding/browserconfig.xml"> + + <link rel="manifest" href="manifest.json" /> <title>Python Discord Forms</title> </head> <body> |