ulrich
2016-12-17 f14cbcfae22f196e466983b9702ac7cceeb86aba
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>
f14cbc 13     <link rel="stylesheet" type="text/css" href="stile.css">
c65695 14   </head>
U 15   <body>
16     <h1>Benutzer</h1>
17     <div>
f14cbc 18       <input type="text" size="20" maxlength="20" placeholder="Anmeldename" name="anmeldename" id="anmeldename">
U 19       <input type="password" size="20" maxlength="20" placeholder="Kennwort" name="kennwort" id="kennwort">
20       <input type="password" size="20" maxlength="20" placeholder="Wiederholung" name="kennwortw" id="kennwortw">
21       <button>OK</button>
c65695 22     </div>
U 23   </body>
24 </html>