7 lines
231 B
Plaintext
7 lines
231 B
Plaintext
<h2>Plusfit Login</h2>
|
|
<form method="POST" action="/login">
|
|
<input name="username" placeholder="Username" required>
|
|
<input name="password" type="password" placeholder="Passwort" required>
|
|
<button>Login</button>
|
|
</form>
|