account management thingy

This commit is contained in:
Reid 2023-09-22 18:27:42 -07:00
parent b128f6549b
commit 8fde05a96d
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
18 changed files with 251 additions and 18 deletions

View file

@ -34,7 +34,7 @@
<body>
<form method="post">
<img src="/favicon.png" width="64" height="auto">
<a href="/"><img src="/favicon.png" width="64" height="auto"></a>
<br>
<label for="username">Username</label>
<input type="text" id="username" name="username" minlength="3" maxlength="20" required />