]> git.proxmox.com Git - mirror_novnc.git/blob - vnc.html
Fix copyright year to 2011.
[mirror_novnc.git] / vnc.html
1 <!DOCTYPE html>
2 <html>
3 <!--
4 noVNC example: simple example using default UI
5 Copyright (C) 2011 Joel Martin
6 Licensed under LGPL-3 (see LICENSE.txt)
7 -->
8 <head>
9 <title>noVNC</title>
10 <meta http-equiv="X-UA-Compatible" content="chrome=1">
11 <link rel="stylesheet" href="include/plain.css">
12 <link rel="alternate stylesheet" href="include/black.css" TITLE="Black">
13 <!--
14 <script type='text/javascript'
15 src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
16 -->
17 <script src="include/vnc.js"></script>
18 <script src="include/ui.js"></script>
19 </head>
20
21 <body>
22 <div id='vnc'>Loading</div>
23
24 <script>
25 window.onload = function () {
26 UI.load('vnc');
27 };
28 </script>
29
30 </body>
31 </html>