source: trunk/greenstone3-extensions/vishnu/test.html@ 8286

Last change on this file since 8286 was 8189, checked in by kjdon, 20 years ago

first version of Imperial College's Visualiser code

  • Property svn:keywords set to Author Date Id Revision
File size: 365 bytes
Line 
1<html>
2 <head>
3 <title>Imperial College Visualiser</title>
4 </head>
5 <body>
6 <center>
7 the vis applet:
8 <p>
9 <applet codebase='lib' code='vishnu.testvis.visual.Vishnu.class' archive='vishnu.jar' width='900' height='700'>
10 <param name='library' value='http://localhost:8080/visual'/>
11 </applet>
12 </p>
13 </center>
14 </body>
15</html>
Note: See TracBrowser for help on using the repository browser.