diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 4 | ||||
-rw-r--r-- | public/logo-apple-touch.png | bin | 0 -> 4751 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 499ba4e..7fa5dd5 100644 --- a/public/index.html +++ b/public/index.html @@ -9,8 +9,8 @@ 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" href="logo-apple-touch.png" /> + <link rel="manifest" href="manifest.json" /> <title>Python Discord Forms</title> </head> <body> diff --git a/public/logo-apple-touch.png b/public/logo-apple-touch.png Binary files differnew file mode 100644 index 0000000..a833557 --- /dev/null +++ b/public/logo-apple-touch.png |