summaryrefslogtreecommitdiffstats
path: root/Aufgabe04/user.html
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-04-14 15:20:14 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-04-14 15:20:14 +0200
commitaa20868376f72494cd219637392a9a73af55166e (patch)
tree2aaf59c31f3a2cd2f775c1c606fb8fed66eeb96b /Aufgabe04/user.html
parente965fd0feb82d941615ad7ab525ea20d7e651bd9 (diff)
downloadInternetTechnologien-aa20868376f72494cd219637392a9a73af55166e.tar.gz
InternetTechnologien-aa20868376f72494cd219637392a9a73af55166e.zip
Used the formatter on the changed files
Diffstat (limited to 'Aufgabe04/user.html')
-rw-r--r--Aufgabe04/user.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/Aufgabe04/user.html b/Aufgabe04/user.html
index 0dffc44..34bd0cb 100644
--- a/Aufgabe04/user.html
+++ b/Aufgabe04/user.html
@@ -5,14 +5,20 @@
<title>User</title>
</head>
<body>
- <a href="./" accesskey="ü">Zur<em>ü</em>ck</a>
+ <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"
+ <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>
+ <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