|
@@ -7,6 +7,9 @@
|
|
Copyright (C) 2012 Joel Martin
|
|
Copyright (C) 2012 Joel Martin
|
|
noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
|
|
noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
|
|
This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
|
|
This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
|
|
|
|
+
|
|
|
|
+ Connect parameters are provided in query string:
|
|
|
|
+ http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1
|
|
-->
|
|
-->
|
|
<title>noVNC</title>
|
|
<title>noVNC</title>
|
|
|
|
|
|
@@ -19,7 +22,7 @@
|
|
<!-- Apple iOS Safari settings -->
|
|
<!-- Apple iOS Safari settings -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<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-capable" content="yes" />
|
|
- <meta names="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<!-- App Start Icon -->
|
|
<!-- App Start Icon -->
|
|
<link rel="apple-touch-startup-image" href="images/screen_320x460.png" />
|
|
<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 -->
|
|
<!-- For iOS devices set the icon to use if user bookmarks app on their homescreen -->
|