Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 1 | <!-- |
DRC | 15b6e05 | 2011-10-06 01:20:52 +0000 | [diff] [blame] | 2 | 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 Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 5 | |
| 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 |
DRC | 15b6e05 | 2011-10-06 01:20:52 +0000 | [diff] [blame] | 8 | same directory as VncViewer.jar); |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 9 | --> |
| 10 | |
| 11 | <HTML> |
| 12 | <TITLE> |
Peter Åstrand | 4eacc02 | 2009-02-27 10:12:14 +0000 | [diff] [blame] | 13 | TigerVNC desktop |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 14 | </TITLE> |
DRC | 2453741 | 2010-03-04 00:15:53 +0000 | [diff] [blame] | 15 | <APPLET CODE="com.tigervnc.vncviewer.VncViewer" ARCHIVE="VncViewer.jar" |
DRC | 15b6e05 | 2011-10-06 01:20:52 +0000 | [diff] [blame] | 16 | WIDTH=500> |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 17 | </APPLET> |
| 18 | <BR> |
Peter Åstrand | 4eacc02 | 2009-02-27 10:12:14 +0000 | [diff] [blame] | 19 | <A href="http://www.tigervnc.org/">TigerVNC site</A> |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 20 | </HTML> |