1
0
Fork 0
forked from bton/matekasse
matekasse/Website/templates/adduser.html

8 lines
315 B
HTML
Raw Permalink Normal View History

2023-07-28 23:30:45 +02:00
<!DOCTYPE html>
<html lang="en">
2023-09-19 22:23:55 +02:00
<title>add user</title>
2023-07-28 23:30:45 +02:00
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
<p>
2023-11-24 18:26:54 +01:00
<form action="/adduser/user" method="post"><input name="username" type="search" placeholder="Username"><button>Add user</button></form>
2023-07-28 23:30:45 +02:00
</p>
</html>