12 lines
262 B
Plaintext
12 lines
262 B
Plaintext
<html lang="en">
|
|
<head>
|
|
<title>Login Page</title>
|
|
</head>
|
|
<body>
|
|
<form method='post' action='/login'>
|
|
<label for="userid">User-ID:</label>
|
|
<input type="text" id="userid" name="userid">
|
|
<button type="submit">Submit</button>
|
|
</form>
|
|
</body>
|
|
</html> |