summaryrefslogtreecommitdiff
path: root/vnc_auto.html
diff options
context:
space:
mode:
authorPeter Åstrand (astrand) <astrand@cendio.se>2013-04-05 09:30:10 +0200
committerPeter Åstrand (astrand) <astrand@cendio.se>2013-04-05 09:30:10 +0200
commit33f5d3bd92958d6236861b25d39bdf846393623c (patch)
treeefd577a93cf2cc4aac735749c4bfdec057edf943 /vnc_auto.html
parent9f0d23de4d81bb0a26f9c0c383a4345631af5cbf (diff)
downloadnovnc-33f5d3bd92958d6236861b25d39bdf846393623c.tar.gz
Sync more header meta stuff from vnc.html:
* UTF-8 charset defintition. * Define IE=edge for X-UA-Compatible. * Add Apple iOS Safari settings.
Diffstat (limited to 'vnc_auto.html')
-rw-r--r--vnc_auto.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/vnc_auto.html b/vnc_auto.html
index 44c8fa8..064b389 100644
--- a/vnc_auto.html
+++ b/vnc_auto.html
@@ -13,9 +13,23 @@
-->
<title>noVNC</title>
+ <meta charset="utf-8">
+
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+
+ <!-- Apple iOS Safari settings -->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+ <!-- App Start Icon -->
+ <link rel="apple-touch-startup-image" href="images/screen_320x460.png" />
+ <!-- For iOS devices set the icon to use if user bookmarks app on their homescreen -->
+ <link rel="apple-touch-icon" href="images/screen_57x57.png">
+ <!--
+ <link rel="apple-touch-icon-precomposed" href="images/screen_57x57.png" />
+ -->
<!-- Stylesheets -->
@@ -140,4 +154,3 @@
</body>
</html>
-