10 lines
342 B
HTML
10 lines
342 B
HTML
<article>
|
|
<form hx-post="/login" hx-target="#content">
|
|
<label for="username">Username:</label>
|
|
<input type="text" id="username" name="username">
|
|
<label for="password">Password:</label>
|
|
<input type="password" id="password" name="password">
|
|
<input type="submit" value="Login">
|
|
</form>
|
|
</article>
|