-
Notifications
You must be signed in to change notification settings - Fork 2
/
home.html
23 lines (23 loc) · 1.49 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Home</title>
<style type="text/css"></style>
<script LANGUAGE="JavaScript">redirectionTime = "1";// 9 seconds
redirectionURL = "RegForm/login.php";
function redirectionTimer() { self.setTimeout("self.location.href = redirectionURL;",redirectionTime); }</script>
<!---->
</head>
<body onLoad="redirectionTimer();">
<!--
<body style="color: rgb(0, 0, 0); background-color: rgb(0, 1, 0);" alink="#ee0000" link="#0000ee" vlink="#551a8b" onLoad="redirectionTimer()">
<h1 style="text-align: center; font-weight: normal; font-style: italic; background-color: black; color: white;"><big><big><big><big><big><big><big>anoop</big></big></big><small><small><small><small><sub>beta</sub></small></small></small></small></big></big></big></big></h1>
<h1 style="text-align: center; font-weight: normal; font-style: italic; background-color: black; color: white;"><img style="width: 1051px; height: 589px;" alt="homewallpaper" src="images/homewallpaper"><br>
</h1>
<br>
<div style="text-align: center;"><a href="RegForm/index.php" onmouseover="document.Enter.src='images/enter-button-hover.gif';" onmouseout="document.Enter.src='images/enter-button.gif';"><img style="border: 0px solid ; width: 329px; height: 195px;" alt="enter" src="images/enter-button.gif" name="Enter"></a><br>
</div>
<span style="color: rgb(255, 204, 0);"></span>
-->
</body>
</html>