10 lines
391 B
HTML
10 lines
391 B
HTML
<div id="invisiblePusher" hx-push-url="/editor"></div>
|
|
<form id="loginForm" onsubmit="login(event)">
|
|
<label for="username">Username:</label>
|
|
<input name="username" id="usernameInput"></input>
|
|
<label for="password">Password:</label>
|
|
<input name="password" type="password" id="passwordInput"></input>
|
|
<p id="formResult"></p>
|
|
<button id="loginButton" type="submit">Login</button>
|
|
</form>
|