ulrich
2016-12-17 f14cbcfae22f196e466983b9702ac7cceeb86aba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%-- 
    Document   : user
    Created on : 27.11.2016, 18:05:23
    Author     : Ulrich Hilger
--%>
 
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
  <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 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>