1
0
Fork 0
forked from anton/matekasse
matekasse/Website/templates/adduser.html
2023-09-19 22:23:55 +02:00

9 lines
No EOL
287 B
HTML

<!DOCTYPE html>
<html lang="en">
<title>add user</title>
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
<p>
Username:
<form action="/adduser/user" method="get"><input name="username"><input type="submit"></form>
</p>
</html>