This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.52 KB
/
index.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
32
33
34
35
36
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<! -- Alternatively use meta http-equiv="refresh" content="2;url=https://di-ag.github.io"-->
<title>Redirecting to the latest webpage</title>
</head>
<body>
<form name=loading>
<p align=center> <font color="#0066ff" size="2">Loading, please wait.</font><font color="#0066ff" size="2" face="Arial">...</font>
<input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">
<input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
<script>
var bar=0
var line="||"
var amount="||"
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",100);}
else
{window.location ='https://di-ag.github.io';}
}</script>
</p>
</form><p align="center">
Welcome to Patrick's Latest Webpage<br/>
Patrick acknowledges Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. <br/>
He pays his respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present. <br/><br/>
If your browser is not being supported,<a style="text-decoration: none" href="https://di-ag.github.io/">
<font color="#FF0000">please click here.</font></a>.</p>
</body>
</html>