DRC | f50ec7c | 2011-10-05 09:29:21 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | index.vnc - default HTML page for TigerVNC Java viewer applet, to be |
| 3 | used with WinVNC. On any file ending in .vnc, the HTTP server embedded in |
| 4 | WinVNC will substitute the following variables when preceded by a dollar: |
| 5 | USER, DESKTOP, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT, |
| 6 | Use two dollar signs ($$) to get a dollar sign in the generated |
| 7 | HTML page. |
| 8 | --> |
| 9 | |
Peter Åstrand | a9efd38 | 2009-04-14 13:47:02 +0000 | [diff] [blame] | 10 | <HTML> |
Peter Åstrand | a9efd38 | 2009-04-14 13:47:02 +0000 | [diff] [blame] | 11 | <TITLE> |
DRC | f50ec7c | 2011-10-05 09:29:21 +0000 | [diff] [blame] | 12 | $USER's $DESKTOP desktop |
Peter Åstrand | a9efd38 | 2009-04-14 13:47:02 +0000 | [diff] [blame] | 13 | </TITLE> |
DRC | f50ec7c | 2011-10-05 09:29:21 +0000 | [diff] [blame] | 14 | <APPLET CODE=com.tigervnc.vncviewer.VncViewer ARCHIVE=VncViewer.jar |
| 15 | WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT> |
| 16 | <param name=PORT value=$PORT> |
Brian Hinz | dc6af37 | 2014-01-12 13:46:17 +0000 | [diff] [blame] | 17 | <param name="Embed" value="true"> |
| 18 | <param name="draggable" value="true"> |
Peter Åstrand | a9efd38 | 2009-04-14 13:47:02 +0000 | [diff] [blame] | 19 | </APPLET> |
DRC | f50ec7c | 2011-10-05 09:29:21 +0000 | [diff] [blame] | 20 | <BR> |
| 21 | <A href="http://www.tigervnc.org/">TigerVNC site</A> |
Peter Åstrand | a9efd38 | 2009-04-14 13:47:02 +0000 | [diff] [blame] | 22 | </HTML> |