10 lines
397 B
HTML
10 lines
397 B
HTML
<div>
|
|
<h1>Auth LOGIN</h1>
|
|
<form class="w3-form" action="login.php" method="post">
|
|
<label for="uid">Benutzer Id oder E-Mail:</label><br>
|
|
<input type="text" id="uid" name="uid" required><br>
|
|
<label for="upass">Passwort:</label><br>
|
|
<input type="password" id="upass" name="upass" required><br><br>
|
|
<input type="submit" value="Anmelden">
|
|
</form>
|
|
</div>
|