1
0
Fork 0
forked from bton/matekasse
This commit is contained in:
2000-Trek 2023-05-31 20:33:45 +02:00
commit 77b504fe76
5 changed files with 205 additions and 0 deletions

7
templates/adduser.html Normal file
View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<p>
Username:
<form action="/adduser/user" method="get"><input name="username"><input type="submit"></form>
</p>
</html>