diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 4 | ||||
-rw-r--r-- | public/manifest.json | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index ca4f5ac..b873cca 100644 --- a/public/index.html +++ b/public/index.html @@ -4,10 +4,6 @@ <meta charset="utf-8" /> <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" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="mask-icon" href="/branding/safari-pinned-tab.svg" color="#5bbad5" /> diff --git a/public/manifest.json b/public/manifest.json index af23422..f75c71b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -21,5 +21,6 @@ "start_url": ".", "display": "standalone", "theme_color": "#7289DA", - "background_color": "#23272A" + "background_color": "#23272A", + "description": "Python Discord Forms is the surveying system for the Python Discord server." } |