]> git.proxmox.com Git - mirror_novnc.git/blame - vnc.html
Add DOCTYPE. Misc cleanup.
[mirror_novnc.git] / vnc.html
CommitLineData
40f281eb 1<!DOCTYPE html>
65e27ddd 2<html>
d595e656 3 <!--
f7ec5b2c 4 noVNC example: simple example using default UI
5f409eee
JM
5 Copyright (C) 2010 Joel Martin
6 Licensed under LGPL-3 (see LICENSE.txt)
d595e656 7 -->
97bfe5ba 8 <head>
e66f3f89
JM
9 <title>noVNC</title>
10 <meta http-equiv="X-UA-Compatible" content="chrome=1">
da6dd893
JM
11 <link rel="stylesheet" href="include/plain.css">
12 <link rel="alternate stylesheet" href="include/black.css" TITLE="Black">
a93c9555
JM
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>
f7ec5b2c 18 <script src="include/ui.js"></script>
97bfe5ba 19 </head>
c8460b03 20
5d8e7ec0 21 <body>
97bfe5ba 22 <div id='vnc'>Loading</div>
65e27ddd 23
8db09746 24 <script>
91308399 25 window.onload = function () {
f7ec5b2c 26 UI.load('vnc');
8db09746
JM
27 };
28 </script>
29
30 </body>
65e27ddd 31</html>