7 lines
167 B
HTML
7 lines
167 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<p>
|
||
|
Username:
|
||
|
<form action="/adduser/user" method="get"><input name="username"><input type="submit"></form>
|
||
|
</p>
|
||
|
</html>
|