<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
	<form action="customwebtop" method="post">
		<table>
			<tr>
				<td><b>Username</b></td>
				<td><input type="text" name="username"></td>
			</tr>
			<tr>
				<td><b>Password</b></td>
				<td><input type="password" name="password"></td>
			</tr>
			<tr>
				<td><div align="right"></div></td>
				<td><input type="submit" title="Login" value="Login"></td>
			</tr>
		</table>
	</form>
</body>
</html>
