-
Notifications
You must be signed in to change notification settings - Fork 2
/
updates.html
31 lines (31 loc) · 877 Bytes
/
updates.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<title>Elemapper Updates</title>
<meta http-equiv="Refresh" content="5;URL=https://admin.elephant.org/tools/elemapper/">
</head>
<script language="JavaScript">
<!--
function redirect () { setTimeout("go_now()",5000); }
function go_now () { window.location.href = "https://admin.elephant.org/tools/elemapper/"; }
//-->
</script>
<body onLoad="redirect()">
<table>
<tr>
<td>
You are being redirected, please wait.
</td>
</tr>
<tr>
<td>
If you are not redirected after 5 secounds, please click on the link below to access the secure section of the Elephant website where EleMapper updates can be found.
</td>
</tr>
<tr>
<td>
<a href="https://admin.elephant.org/tools/elemapper/">https://admin.elephant.org/tools/elemapper/</a>
</td>
</tr>
</table>
</body>
</html>