summaryrefslogtreecommitdiffstats
path: root/Aufgabe04/user.html
diff options
context:
space:
mode:
Diffstat (limited to 'Aufgabe04/user.html')
-rw-r--r--Aufgabe04/user.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/Aufgabe04/user.html b/Aufgabe04/user.html
new file mode 100644
index 0000000..90cc212
--- /dev/null
+++ b/Aufgabe04/user.html
@@ -0,0 +1,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>
+ <u>U</u>sername: <input type="text" placeholder="Username" name="username"
+ accesskey="u"><br> <u>P</u>assword: <input type="password"
+ placeholder="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> \ No newline at end of file