12 lines
		
	
	
		
			426 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			426 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 | |
| <html>
 | |
| <head>
 | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | |
| <title>OS Sim</title>
 | |
| </head>
 | |
| <body>
 | |
| <div align="center">
 | |
| <applet code=edu.upc.fib.ossim.OSSimApplet.class style="border: 2px #777777 solid; padding: 5px;" archive="ossim.jar" width=800 height=600 vspace="20">
 | |
| </applet></div>
 | |
| </body>
 | |
| </html> |