]> git.proxmox.com Git - mirror_novnc.git/blob - vnc.html
Move advanced, integration, troubleshoot to wiki.
[mirror_novnc.git] / vnc.html
1 <html>
2 <!--
3 noVNC example: simple example using default UI
4 Copyright (C) 2010 Joel Martin
5 Licensed under LGPL-3 (see LICENSE.txt)
6 -->
7 <head>
8 <title>noVNC</title>
9 <meta http-equiv="X-UA-Compatible" content="chrome=1">
10 <link rel="stylesheet" href="include/plain.css">
11 <link rel="alternate stylesheet" href="include/black.css" TITLE="Black">
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/ui.js"></script>
18 </head>
19
20 <body>
21 <div id='vnc'>Loading</div>
22
23 <script>
24 window.onload = function () {
25 UI.load('vnc');
26 };
27 </script>
28
29 </body>
30 </html>