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:18:43 +01:00
parent 3668c87373
commit cca4916c88
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">
<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">
@ -48,4 +49,4 @@
<?= $content_for_layout ?>
</section>
</body>
</html>
</html>