forked from bton/matekasse
8 lines
No EOL
314 B
HTML
8 lines
No EOL
314 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>
|
|
<form action="/adduser/user" method="get"><input name="username" type="search" placeholder="Username"><button>Add user</button></form>
|
|
</p>
|
|
</html> |