Vertragsverwaltung_Plusfit24/views/login.ejs
2026-02-10 15:29:29 +00:00

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>