diff options
author | 2021-01-26 12:04:20 +0300 | |
---|---|---|
committer | 2021-01-26 12:26:11 +0300 | |
commit | 5e37cfc6b3b12ed972d27eaf540465bbff41b518 (patch) | |
tree | c248d4ca76c65396e6238ea20134f54f8f7bd4ee /public | |
parent | Removes Unused Resources (diff) |
Adds Apple Touch Icon
Signed-off-by: Hassan Abouelela <[email protected]>
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 |