You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			740 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			740 B
		
	
	
	
		
			Plaintext
		
	
<!-- 
 | 
						|
     index.vnc - default HTML page for TigerVNC Java viewer applet, to be
 | 
						|
     used with WinVNC. On any file ending in .vnc, the HTTP server embedded in
 | 
						|
     WinVNC will substitute the following variables when preceded by a dollar:
 | 
						|
     USER, DESKTOP, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT,
 | 
						|
     Use two dollar signs ($$) to get a dollar sign in the generated
 | 
						|
     HTML page.
 | 
						|
-->
 | 
						|
 | 
						|
<HTML>
 | 
						|
<TITLE>
 | 
						|
$USER's $DESKTOP desktop
 | 
						|
</TITLE>
 | 
						|
<APPLET CODE=com.tigervnc.vncviewer.VncViewer ARCHIVE=VncViewer.jar
 | 
						|
        WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
 | 
						|
<param name=PORT value=$PORT>
 | 
						|
<param name="Embed" value="true">
 | 
						|
<param name="draggable" value="true">
 | 
						|
</APPLET>
 | 
						|
<BR>
 | 
						|
<A href="http://www.tigervnc.org/">TigerVNC site</A>
 | 
						|
</HTML>
 |