-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 675 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--HIDE
function time() {
setTimeout("window.location.replace('cgi-bin/page.fcgi?page=index')", 100)
}
//STOP HIDING-->
</SCRIPT>
<meta http-equiv="Refresh" content="1;URL=cgi-bin/page.fcgi?page=index">
<meta name="msvalidate.01" content="deadbeef" />
<title>Nigel Horne</title>
</HEAD>
<BODY>
<center>
<img src="https://genealogy.nigelhorne.com/images/page-loader.gif" height="300" width="300" alt="loading icon">
<h1>Loading Geocoder Test Site</h1>
</center>
</BODY>
</HTML>