diff options
Diffstat (limited to 'Aufgabe04/user.html')
| -rw-r--r-- | Aufgabe04/user.html | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/Aufgabe04/user.html b/Aufgabe04/user.html index c647f51..4c090cb 100644 --- a/Aufgabe04/user.html +++ b/Aufgabe04/user.html @@ -3,20 +3,27 @@ <head> <meta charset="UTF-8"> <title>User</title> -<link rel="stylesheet" type="text/css" href="underline.css"> +<link rel="stylesheet" type="text/css" href="style.css"> </head> <body> - <a href="./" accesskey="b"><em>B</em>ack - </a> + <a href="./" accesskey="b"><em>B</em>ack </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" - maxlength="100"><br> <label for="password"><u>P</u>assword:</label><input - type="password" placeholder="Password" id="password" name="password" - accesskey="p"><br> <label for="passwordagain">Reenter P<u>a</u>ssword:</label><input - type="password" placeholder="Reenter Password" id="passwordagain" name="passwordagain" - accesskey="a"><br> + <div class="row"> + <label for="username"><u>U</u>sername:</label><input class="formw" type="text" + placeholder="Username" id="username" name="username" accesskey="u" + maxlength="100"> + </div> + <div class="row"> + <label for="password"><u>P</u>assword:</label><input class="formw" type="password" + placeholder="Password" id="password" name="password" accesskey="p"> + </div> + <div class="row"> + <label for="passwordagain">Reenter P<u>a</u>ssword: + </label><input class="formw" type="password" placeholder="Reenter Password" + id="passwordagain" name="passwordagain" accesskey="a"> + </div> + <div class="spacer"> </div> <button type="submit" accesskey="e"> R<u>e</u>gister </button> |
