aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-07 18:48:43 +0200
committerGravatar GitHub <[email protected]>2021-03-07 18:48:43 +0200
commit11151894702fab1a06e3dfe9eca43d4596b5290e (patch)
treec74483bd5327751ef54a486d7bdcf20eed418919 /public/index.html
parentAdd margin to bottom of captcha (diff)
parentRenables OAuth Button On Failure (diff)
Merge branch 'main' into hcaptcha
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html
index 4bf02d0..ca4f5ac 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,12 +9,12 @@
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" />
+ <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">
+ <meta name="msapplication-config" content="/branding/browserconfig.xml">
- <link rel="manifest" href="manifest.json" />
+ <link rel="manifest" href="/manifest.json" />
<title>Python Discord Forms</title>
</head>
<body>