blob: 468b06432883c99be0f549178dc98726a3aa52e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form method="POST">
<input name="username">
<input name="accesscode" type="password">
<input type="submit">
</form>
</body>
</html>
|