blob: 0dffc44e2630ccce47eb2e1b4210c586df8ac217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>User</title>
</head>
<body>
<a href="./" accesskey="ü">Zur<em>ü</em>ck</a>
<form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
<h1>User</h1>
<label for="username"><u>U</u>sername:</label><input type="text" placeholder="Username" id="username" name="username"
accesskey="u"><br><label for="password"><u>P</u>assword:</label><input type="password"
placeholder="Password" id="password" name="password" accesskey="p"><br>
<button type="submit" accesskey="a"><u>A</u>bschicken</button>
<button type="reset" accesskey="z"><u>Z</u>urücksetzen</button>
</form>
</body>
</html>
|