You are on page 1of 1

<form method="POST" action="login.

php">
<h2 align="center">PLEASE LOG IN FIRST !</h2>
<table align="center">
<tr></tr>
<tr>
<td height="33" colspan="3" align="center"><h4> <a href="#"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('Image4','','../images/Unlock-icon.png',1)"><img
src="../images/lock-icon.png" alt="LOGIN" width="128" height="128"
id="Image4"></a></h4></td>
</tr>
<tr>
<td width="92" height="33">Username</td>
<td width="8">:</td>
<td width="254"><input name="username" type="text" size="33"></td>
</tr>
<tr>
<td height="48">Password</td>
<td>: </td>
<td><input name="pass" type="password" size="33"></td>
</tr>
<tr>
<td colspan="2"><div align="center"><a href="../index.php"><img
src="../images/home.png" width="48" height="48"></a></div></td>
<td><input type="submit" value=" LOGIN ">
<input name="Reset" type="reset" value=" BATAL "></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3"><div align="center">
<hr>
<p>&nbsp;</p>
</div></td>
</tr>
</table>
<p>&nbsp;</p>
</form>

You might also like