form for creating user

master
Matt Huntington 9 years ago
parent 963b5843d7
commit af2814905c

@ -2,5 +2,10 @@
<html> <html>
<body> <body>
<h1>Create New User</h1> <h1>Create New User</h1>
<form action="/users" method="POST">
<input name="username" type="text" placeholder="Username"/><br/>
<input name="password" type="password"/><br/>
<input value="Sign Up" type="submit"/>
</form>
</body> </body>
</html> </html>

Loading…
Cancel
Save