annotate aim-mat/modules/help.html @ 4:537f939baef0 tip

various bug fixes and changed copyright message
author Stefan Bleeck <bleeck@gmail.com>
date Tue, 16 Aug 2011 14:37:17 +0100
parents 74dedb26614d
children
rev   line source
tomwalters@0 1 <!doctype html public "-//w3c//dtd html 3.2//en">
tomwalters@0 2 <html>
tomwalters@0 3 <head>
tomwalters@0 4 <title>Redirect...</title>
tomwalters@0 5 </head>
tomwalters@0 6 <script language="Javascript">
tomwalters@0 7 <!--
tomwalters@0 8 var URL = "http://www.soton.ac.uk/aim"
tomwalters@0 9 var speed = 5
tomwalters@0 10 function reload() {
tomwalters@0 11 location = URL
tomwalters@0 12 }
tomwalters@0 13 setTimeout("reload()", speed);
tomwalters@0 14 //-->
tomwalters@0 15 </script>
tomwalters@0 16 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
tomwalters@0 17 <p><font size="2" color="#000000" face="times new roman"> </font><a href="http://www.soton.ac.uk/aim%20">http://www.soton.ac.uk/aim.htm
tomwalters@0 18 </a> </p>
tomwalters@0 19 </body>
tomwalters@0 20 </html>