diff options
Diffstat (limited to 'win/winvnc/index.vnc')
-rw-r--r-- | win/winvnc/index.vnc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/win/winvnc/index.vnc b/win/winvnc/index.vnc new file mode 100644 index 00000000..aecb6131 --- /dev/null +++ b/win/winvnc/index.vnc @@ -0,0 +1,13 @@ +<HTML> +<HEAD> +<TITLE> +VNC viewer for Java +</TITLE> +</HEAD> +<BODY> +<APPLET CODE=vncviewer/VNCViewer.class ARCHIVE=vncviewer.jar + WIDTH=400 HEIGHT=250> +<PARAM name="port" value="$PORT"> +</APPLET> +</BODY> +</HTML> |