commit f7abf7b: [WebUI] Add apple-touch-icon

Xaver Maierhofer xaver.maierhofer at xwissen.info
Sun Mar 8 11:49:06 UTC 2020


Author: Xaver Maierhofer
Date: 2020-03-07 19:16:35 +0100
URL: https://github.com/rspamd/rspamd/commit/f7abf7b8807f30f100a12f3688d21ae3cf77c9ed (refs/pull/3293/head)

[WebUI] Add apple-touch-icon

---
 interface/apple-touch-icon.png | Bin 0 -> 435 bytes
 interface/index.html           |   1 +
 2 files changed, 1 insertion(+)

diff --git a/interface/apple-touch-icon.png b/interface/apple-touch-icon.png
new file mode 100644
index 000000000..a8054ac55
Binary files /dev/null and b/interface/apple-touch-icon.png differ
diff --git a/interface/index.html b/interface/index.html
index d68868093..4367ebafb 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -9,6 +9,7 @@
 
 	<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=3">
 	<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=3">
+	<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=3">
 	<link rel="mask-icon" href="/safari-pinned-tab.svg?v=3" color="#5bbad5">
 	<link rel="shortcut icon" href="/favicon.ico?v=3">
 	<meta name="msapplication-TileColor" content="#2b5797">


More information about the Commits mailing list