Input
Output
<html> <body> <form action="/register"> <input type="text" name="username"> <input type="submit"> </form> </body> </html>