matekasse/Website/templates/adduser.html

9 lines
287 B
HTML
Raw Normal View History

2023-07-28 21:30:45 +00:00
<!DOCTYPE html>
<html lang="en">
2023-09-19 20:23:55 +00:00
<title>add user</title>
2023-07-28 21:30:45 +00:00
<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>