mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 18:29:08 +00:00
11 lines
296 B
HTML
11 lines
296 B
HTML
<div class="auth-wrapper">
|
|
<div class="sign-form">
|
|
<form action="/users/login" method="POST" hx-target=".auth-wrapper">
|
|
<input type="text" name="username">
|
|
<input type="text" name="password">
|
|
|
|
<button class="btn btn-success">Sign In!</button>
|
|
|
|
</form>
|
|
</div>
|
|
</div>
|