commit | 47ed8d321c32c6b741cff1f4ff686165c4f269f4 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Fri Oct 08 09:43:57 2004 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Fri Oct 08 09:43:57 2004 +0000 |
tree | da413648adbff4ff10c8ee26124673f8e7cf238a | |
parent | 266bb36cd47555280fffd3aab1ed86683e26d748 [diff] [blame] |
Initial revision git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/java/index.vnc b/java/index.vnc new file mode 100644 index 0000000..aecb613 --- /dev/null +++ b/java/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>