ulrich
2016-11-27 87368a7028013a40cc20b05f56b8ffa392e44bb4
commit | author | age
c65695 1 <%-- 
U 2     Document   : user
3     Created on : 27.11.2016, 18:05:23
4     Author     : Ulrich Hilger
5 --%>
6
7 <%@page contentType="text/html" pageEncoding="UTF-8"%>
8 <!DOCTYPE html>
9 <html>
10   <head>
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12     <title>Benutzer</title>
13   </head>
14   <body>
15     <h1>Benutzer</h1>
16     <div>
87368a 17       <input type="text" size="20" maxlength="20" name="anmeldename" id="anmeldename">
U 18       <input type="password" size="20" maxlength="20" name="kennwort" id="kennwort">
19       <input type="password" size="20" maxlength="20" name="kennwortw" id="kennwortw">
c65695 20     </div>
U 21   </body>
22 </html>