diff options
| author | Yuval Adam <_@yuv.al> | 2017-07-15 12:39:47 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-07-15 12:39:47 +0300 |
| commit | 85c7b17ff074cddc8dfa0eb4834f8c02f2c777a2 (patch) | |
| tree | 959bfefb73072e69ab4e1ff78b4e46d4cb11ce8c /index.html | |
| parent | 92333261cd18753d034fdfc0615129770fda9f65 (diff) | |
Optimize iOS behavior
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,9 +3,10 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="apple-mobile-web-app-title" content="WhatZap"> + <meta name="apple-mobile-web-app-capable" content="yes"> <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> |
