blob: 3d6d04b378693673571eed52292efc6043472e85 [file] [log] [blame]
adamdunkels3023dee2003-07-04 10:54:51 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3 <head>
4 <title>Virtual Contiki Screen</title>
5 </head>
6
7 <body>
8 <center>
9 <applet code="vncviewer.class" archive="vncviewer.jar"
10 width="480" height="400">
11 <param name="PORT" value="5900">
12 Java must be enabled in your web browser for this to work.
13 </applet>
14 </center>
15 </body>
16</html>