aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-01-26 12:04:20 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-01-26 12:26:11 +0300
commit5e37cfc6b3b12ed972d27eaf540465bbff41b518 (patch)
treec248d4ca76c65396e6238ea20134f54f8f7bd4ee /public
parentRemoves Unused Resources (diff)
Adds Apple Touch Icon
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'public')
-rw-r--r--public/index.html4
-rw-r--r--public/logo-apple-touch.pngbin0 -> 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
new file mode 100644
index 0000000..a833557
--- /dev/null
+++ b/public/logo-apple-touch.png
Binary files differ