
fix by speed00
By: a guest on
Jun 26th, 2012 | syntax:
None | size: 0.73 KB | hits: 17 | expires: Never
<html>
<head>
<title>Login to SupeRIliyA's Website</title>
<style type="text/css">
h1 {
background-color: Blue;
font-size: 72px;
}
body {
background-color: Gold;
text-align: center;
}
</style>
</head>
<body>
<h1><b><u> To go to SupeRIliyA's website , Please login Here ! </u></b></h1>
<br>
<br>
<form action="Website.html">
E-mail Address:<input type="text" />
<br>
UserName:<input type="text">
<br>
Password:<input type="password" />
<br><br>
<inputy type="submit" value="Log In" />
</form>
<br />
<a href="Forgot Password.html"> Forgot your Password ? </a>
<br>
<a href="Forgot UserName.html"> Forgot your UserName ? </a>
<br>
<a href="Forgot E-Mail.html"> Forgot your E-Mail ? </a>
</body>
</html>