matekasse/Website/templates/adduser.html

8 lines
260 B
HTML
Raw Normal View History

2023-07-28 21:30:45 +00:00
<!DOCTYPE html>
<html lang="en">
<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>