1
0
Fork 0
forked from anton/matekasse
matekasse/templates/adduser.html

8 lines
260 B
HTML
Raw Normal View History

2023-05-31 18:33:45 +00:00
<!DOCTYPE html>
<html lang="en">
2023-06-23 21:15:18 +00:00
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
2023-05-31 18:33:45 +00:00
<p>
Username:
<form action="/adduser/user" method="get"><input name="username"><input type="submit"></form>
</p>
</html>