This commit is contained in:
bronku 2025-03-31 07:32:17 +02:00
parent c32ecbff8f
commit 3136739f4e
53 changed files with 129 additions and 1892 deletions

View file

@ -4,9 +4,13 @@
<main>
<form method="post">
<label>Login</label>
<input type="text" name="login" />
<label>
<input type="text" name="login" />
</label>
<label>Password</label>
<input type="password" name="password" />
<label>
<input type="password" name="password" />
</label>
<button type="submit">login</button>
</form>
</main>