diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 4393349..499ba4e 100644 --- a/public/index.html +++ b/public/index.html @@ -2,15 +2,15 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <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="%PUBLIC_URL%/logo192.png" /> - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> + <link rel="apple-touch-icon" href="/logo192.png" /> + <link rel="manifest" href="/manifest.json" /> <title>Python Discord Forms</title> </head> <body> |