summaryrefslogtreecommitdiffstats
path: root/win/winvnc/index.vnc
blob: 560fa2e830c74eb3f07a26d9cff969906400494b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- 
     index.vnc - default HTML page for TigerVNC Java viewer applet, to be
     used with WinVNC. On any file ending in .vnc, the HTTP server embedded in
     WinVNC will substitute the following variables when preceded by a dollar:
     USER, DESKTOP, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT,
     Use two dollar signs ($$) to get a dollar sign in the generated
     HTML page.
-->

<HTML>
<TITLE>
$USER's $DESKTOP desktop
</TITLE>
<APPLET CODE=com.tigervnc.vncviewer.VncViewer ARCHIVE=VncViewer.jar
        WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
<param name=PORT value=$PORT>
<param name="Embed" value="true">
<param name="draggable" value="true">
</APPLET>
<BR>
<A href="http://www.tigervnc.org/">TigerVNC site</A>
</HTML>