]> git.proxmox.com Git - mirror_novnc.git/blame - vnc.html
Add Chrome Frame support. Close requests in web.py.
[mirror_novnc.git] / vnc.html
CommitLineData
65e27ddd 1<html>
d595e656
JM
2 <!--
3 noVNC example: simple example using default controls
5f409eee
JM
4 Copyright (C) 2010 Joel Martin
5 Licensed under LGPL-3 (see LICENSE.txt)
d595e656 6 -->
97bfe5ba 7 <head>
e66f3f89
JM
8 <title>noVNC</title>
9 <meta http-equiv="X-UA-Compatible" content="chrome=1">
da6dd893
JM
10 <link rel="stylesheet" href="include/plain.css">
11 <link rel="alternate stylesheet" href="include/black.css" TITLE="Black">
a93c9555
JM
12 <!--
13 <script type='text/javascript'
14 src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
15 -->
16 <script src="include/vnc.js"></script>
17 <script src="include/default_controls.js"></script>
97bfe5ba 18 </head>
c8460b03 19
5d8e7ec0 20 <body>
97bfe5ba 21 <div id='vnc'>Loading</div>
65e27ddd 22
8db09746 23 <script>
91308399
JM
24 window.onload = function () {
25 DefaultControls.load('vnc');
8db09746
JM
26 };
27 </script>
28
29 </body>
65e27ddd 30</html>