mirror of
https://github.com/kennethreitz-archive/fablib-www.git
synced 2026-06-21 15:40:58 +00:00
18 lines
302 B
HTML
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> |