1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
|
<HTML>
<HEAD>
<TITLE></TITLE>
<link rel="stylesheet" href="style.css">
</HEAD>
<BODY>
<BASE TARGET="blank">
<BR><BR><BR><BR>
<form action="logform.php" method="post">
<p align="center"><br>
Username: <input type="text" size="23" name="uname" style="font-family: Verdana; font-size: 12px; border-style: solid; border-width: 1">
<br><br>
Passwort: <input type="password" size="23" name="pw" style="font-family: Verdana; font-size: 12px; border-style: solid; border-width: 1">
<br><br>
<input type="submit" value="LogIn">
</form>
</BODY>
</HTML> |