1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
|
<html>
<head>
</head>
<body>
<h3>LogIn</h3>
<form method='post' action='login1.php'>
<b>Name</b><br/>
<input type='text' name='name' maxlenght='10'><p/>
<b>Passwort</b><br/>
<input type='password' name='pw' maxlenght='20'><p/>
<input type='submit' value='LogIn' class='button'>
</form>
</body>
</html> |