summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-07-15 12:36:39 +0300
committerYuval Adam <_@yuv.al>2017-07-15 12:36:39 +0300
commit92333261cd18753d034fdfc0615129770fda9f65 (patch)
tree7b43bebc644913261ffc22d33fec5e784b7ab6bc
parentef6e24b7e688274af6f0611873bfe9c13a6517d9 (diff)
Add apple touch icon
-rw-r--r--index.html1
-rw-r--r--whatzap.pngbin0 -> 1272 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 044f67c..3db0861 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Direct link to your WhatsApp contacts | WhatZap.space</title>
<link rel="stylesheet" type="text/css" href="style.css">
+ <link rel="apple-touch-icon" href="whatzap.png">
<script src="cc.js"></script>
<script src="vue.min.js"></script>
</head>
diff --git a/whatzap.png b/whatzap.png
new file mode 100644
index 0000000..e87da98
--- /dev/null
+++ b/whatzap.png
Binary files differ