add user dashboard

This commit is contained in:
2026-08-24 17:24:08 +02:00
parent 21bce2da64
commit abdfcde1c9
4 changed files with 315 additions and 8 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
<p>Dynamic DNS service for <span style="font-family: monospace">.izbi</span> domains <span style="font-family: monospace">:3</span></p>
<form method="POST" action="/login">
<input type="text" name="user" placeholder="username" required /><br />
<input type="text" name="user" placeholder="username" required autofocus /><br />
<input type="password" name="pass" placeholder="password" required /><br />
<button type="submit">Log in</button>
<button type="submit">log in</button>
</form>
</body>
</html>