blob: ba00e26b52db683886affa206301a27dd0fab1e2 [file] [log] [blame]
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +00001<!--
DRC15b6e052011-10-06 01:20:52 +00002 index.html - an example HTML page for the TigerVNC Java Viewer applet, to
3 be used with a standalone web server. Before using this example, please
4 MAKE SURE to check the following:
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +00005
6 * the CODE and ARCHIVE attributes of the <APPLET> tag should point to
7 the correct directory (this example assumes that this page is in the
DRC15b6e052011-10-06 01:20:52 +00008 same directory as VncViewer.jar);
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +00009-->
10
11<HTML>
12<TITLE>
Peter Åstrand4eacc022009-02-27 10:12:14 +000013TigerVNC desktop
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +000014</TITLE>
DRC24537412010-03-04 00:15:53 +000015<APPLET CODE="com.tigervnc.vncviewer.VncViewer" ARCHIVE="VncViewer.jar"
DRC15b6e052011-10-06 01:20:52 +000016 WIDTH=500>
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +000017</APPLET>
18<BR>
Peter Åstrand4eacc022009-02-27 10:12:14 +000019<A href="http://www.tigervnc.org/">TigerVNC site</A>
Constantin Kaplinsky2844fd52008-04-14 08:02:25 +000020</HTML>