mobile-web-app-capable

https://developers.google.com/chrome/mobile/docs/installtohomescreen
This commit is contained in:
Ing. Jan Kaláb 2014-02-28 12:17:09 +01:00
parent 9b80a375f5
commit 3668c87373
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" type="image/png" href="./assets/img/favicon.png">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="./assets/img/touch-icon-iphone.png">
@ -50,4 +51,4 @@
</section>
</section>
</body>
</html>
</html>