<html>
<body style="font-family: Arial" bgcolor="#FFFFFF">
<form method="post" action="http://1.1.1.1/login.cgi" name="apply">
<div align="center">
<table cellSpacing="0" borderColorDark="#FFFFFF" cellPadding="4" width="50%" bgColor="#F7F7F7" borderColorLight="#92B4D6" border="1">
<tr>
<td align="center" width="100%" bgColor="#ccddee" colSpan="2">
<font size="2"><b>Welcome</b></font>
</td>
</tr>
<tr>
<td align="right" width="35%" bgColor="#eaeaea">
<font color="#000080" size="2"><b>Username:</b></font>
</td>
<td width="65%">
<input type="text" name="username" size="25">
</td>
</tr>
<tr>
<td align="right" width="35%" bgColor="#eaeaea">
<font color="#000080" size="2"><b>Password:</b></font>
</td>
<td width="65%">
<input type="password" name="password" size="25">
</td>
</tr>
<tr>
<td align="center" width="100%" colspan="2">
<input type="submit" name="apply" value="Enter" style="font-family: Arial">
<input type="reset" name="clear" value="Clear" style="font-family: Arial">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
|