Inputfelder

This commit is contained in:
2000-Trek 2023-09-20 23:11:39 +02:00
parent 306cfead3c
commit f8e91b62df
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,6 @@
<title>add user</title>
<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>
<form action="/adduser/user" method="get"><input name="username" type="search" placeholder="Username"><button>Add user</button></form>
</p>
</html>