<%--
|
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>
|