update to use single html with dynamic div

This commit is contained in:
2025-04-16 09:31:36 +02:00
parent 0dcdfa7e76
commit 1d3febeec1
21 changed files with 794 additions and 179 deletions
+8
View File
@@ -0,0 +1,8 @@
<h2>Login</h2>
<div class="error"></div>
<form id="login-form">
Username: <input type="text" name="username" required><br><br>
Password: <input type="password" name="password" required><br><br>
<input type="submit" value="Login">
</form>
<button id="register-btn">Request Account</button>