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.html 609B

1234567891011121314151617181920
  1. <!--
  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:
  5. * the CODE and ARCHIVE attributes of the <APPLET> tag should point to
  6. the correct directory (this example assumes that this page is in the
  7. same directory as VncViewer.jar);
  8. -->
  9. <HTML>
  10. <TITLE>
  11. TigerVNC desktop
  12. </TITLE>
  13. <APPLET CODE="com.tigervnc.vncviewer.VncViewer" ARCHIVE="VncViewer.jar"
  14. WIDTH=500>
  15. </APPLET>
  16. <BR>
  17. <A href="https://www.tigervnc.org/">TigerVNC site</A>
  18. </HTML>