You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
295 B

<!DOCTYPE html>
<html>
<body>
<h1>Sign Up</h1>
<form action="/users" method="POST">
<input type="text" name="name" placeholder="username"/><br/>
<input type="password" name="password"/><br/>
<input type="submit" value="Join Our AMMAAAZZIING community"/>
</form>
</body>
</html>