You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.vnc 741B

12345678910111213141516171819202122
  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. <HTML>
  10. <TITLE>
  11. $USER's $DESKTOP desktop
  12. </TITLE>
  13. <APPLET CODE=com.tigervnc.vncviewer.VncViewer ARCHIVE=VncViewer.jar
  14. WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
  15. <param name=PORT value=$PORT>
  16. <param name="Embed" value="true">
  17. <param name="draggable" value="true">
  18. </APPLET>
  19. <BR>
  20. <A href="https://www.tigervnc.org/">TigerVNC site</A>
  21. </HTML>