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 217B

12345678910111213
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. VNC viewer for Java
  5. </TITLE>
  6. </HEAD>
  7. <BODY>
  8. <APPLET CODE=vncviewer/VNCViewer.class ARCHIVE=vncviewer.jar
  9. WIDTH=400 HEIGHT=250>
  10. <PARAM name="port" value="$PORT">
  11. </APPLET>
  12. </BODY>
  13. </HTML>