<html>
<head>
<meta charset="utf-8">
<title>HTML Examples</title>
</head>
<body>
<form method="GET" action="login.php">
<label>Username: <input type="text"></label>
<label>Password: <input type="password"></label>
<input type="submit"value="Submit">
</form>
</body>
</html>