1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
|
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>
|