-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
32 lines (31 loc) · 1.03 KB
/
index.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
.style1 {
font-family: "Andre Light SF";
font-size: 100px;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<div id="Layer1" class="style1" style="position:absolute; left:16px; top:97px; width:453px; height:306px; z-index:1">its matt neason!!!! </div>
<a href="HTML/home.htm"><img src="Images/welcome.png" width="100%" height="100%" border="0"></a>
</body>
</html>