blob: fdd4f70ab2920dec0ff54408be48661facfa988f [file] [log] [blame]
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +00001<!--
Peter Åstrand4eacc022009-02-27 10:12:14 +00002 index.vnc - default HTML page for TigerVNC Java viewer applet, to be
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +00003 used with Xvnc. On any file ending in .vnc, the HTTP server embedded in
4 Xvnc will substitute the following variables when preceded by a dollar:
5 USER, DESKTOP, DISPLAY, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT,
6 PARAMS. Use two dollar signs ($$) to get a dollar sign in the generated
7 HTML page.
8
9 NOTE: the $PARAMS variable is not supported by the standard VNC, so
Peter Åstrand4eacc022009-02-27 10:12:14 +000010 make sure you have TigerVNC on the server side, if you're using this
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +000011 variable.
12-->
13
14<HTML>
15<TITLE>
16$USER's $DESKTOP desktop ($DISPLAY)
17</TITLE>
Adam Tkac6420d892010-03-22 16:31:17 +000018<APPLET CODE=com.tigervnc.vncviewer.VncViewer ARCHIVE=VncViewer.jar
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +000019 WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
20<param name=PORT value=$PORT>
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +000021</APPLET>
22<BR>
Peter Åstrand4eacc022009-02-27 10:12:14 +000023<A href="http://www.tigervnc.org/">TigerVNC site</A>
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +000024</HTML>