Files
2013-09-27 05:50:31 -04:00

18 lines
302 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Fallib Signup</title>
</head>
<body>
<h1>Signup</h1>
<form method='POST' action='/signup'>
Username: <input type="text" name="username">
Password: <input type="password" name="password">
<button type='submit'>Go!</button>
</form>
</body>
</html>