Commit af5d4af6 authored by Joel Martin's avatar Joel Martin

demo1.html: Add note fix css path.

parent 9df09615
<html>
<head>
<title>noVNC Demo</title>
<link rel="stylesheet" href="include/plain.css">
<link rel="stylesheet" href="http://github.com/kanaka/noVNC/raw/HEAD/include/plain.css">
</head>
<body>
<div style="width: 600">
This is a realtime playback of a previously recorded VNC
session. The RFB/VNC data is encoded into a Javascript
file which is loaded with the page. This demo excercises
noVNC's decoding and rendering logic, but stubs out the
keyboard/mouse input and the WebSockets network
connection.
</div>
<br><br>
<input id='startButton' type='button' value='Start' style='width:100px'
onclick="start();" disabled>&nbsp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment