blob: d133c2d089b1563bb07731ac52c2d8c2168bb49f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- -->
<html>
<head>
<script language="JavaScript" type="text/javascript">
<!--
location.replace("index.shtml");
// -->
</script><noscript>
<meta http-equiv="refresh" content="0;URL=index.shtml">
</noscript>
</head>
<body>
<a href="index.shtml">Click here to continue...just in case anything else fails</a>
</body>
</html>
|