aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-02-02 22:23:21 +0000
committerGravatar GitHub <[email protected]>2021-02-02 22:23:21 +0000
commit675749db4380317f3fe9f98710656b8a4a6787fd (patch)
treef8eeb3ec4ea70e3061754857267def7ab7ea7841 /public/index.html
parentMerge pull request #110 from python-discord/dependabot/npm_and_yarn/eslint-7.... (diff)
parentRevert "Updates License year" (diff)
Merge pull request #107 from python-discord/repo-cleanup
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html10
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>