how can i make my LOGIN PAGE better for my pimping game?
<html>
<body>
<body bgcolor=#000bc0>
<p><i><center><font color=red size="6">Welcome to ThugKillin</i><br></font></center><center><font color=#ffffff size="4">Created by <u>RawliJr</u></font></center></p>
<form>
Email:
<input type="text" name="email">
<br>Password:
<input type="text" name="pass">
<form name="input" action="login.php"
method="get">
<input type="submit" value="Submit">
</form>
</form>
<b><a href="http://www.thugkillin.mobstop.com/register.php/">
ThugKillin Register</a></b>
<p>Current Game Time: <? $date = date("h:i:s A T"); print "$date"?></td>
</html>
</body>