ulrich
2016-12-17 f14cbcfae22f196e466983b9702ac7cceeb86aba
web/ui/user.jsp
@@ -10,11 +10,15 @@
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Benutzer</title>
    <link rel="stylesheet" type="text/css" href="stile.css">
  </head>
  <body>
    <h1>Benutzer</h1>
    <div>
      <input>
      <input type="text" size="20" maxlength="20" placeholder="Anmeldename" name="anmeldename" id="anmeldename">
      <input type="password" size="20" maxlength="20" placeholder="Kennwort" name="kennwort" id="kennwort">
      <input type="password" size="20" maxlength="20" placeholder="Wiederholung" name="kennwortw" id="kennwortw">
      <button>OK</button>
    </div>
  </body>
</html>