add libvncserver
[presencevnc] / libvnc / classes / index.vnc
1 <!-- index.vnc - default html page for Java VNC viewer applet.  On any file
2      ending in .vnc, the HTTP server embedded in Xvnc will substitute the
3      following variables when preceded by a dollar: USER, DESKTOP, DISPLAY,
4      APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT, PARAMS.  Use two dollar
5      signs ($$) to get a dollar sign in the generated html. -->
6
7 <HTML>
8 <TITLE>
9 $USER's $DESKTOP desktop ($DISPLAY)
10 </TITLE>
11 <APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar
12         WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
13 <param name=PORT value=$PORT>
14 <param name="Open New Window" value=yes>
15 </APPLET>
16 <BR>
17 <A href="http://www.tightvnc.com/">www.TightVNC.com</A>
18 </HTML>