mm
2 years ago
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<title>Signup</title> |
|||
</head> |
|||
<body> |
|||
<h1>Signup</h1> |
|||
<form method="POST" action="{{ url_for('signup') }}"> |
|||
<label for="username">Username:</label> |
|||
<input type="text" name="username" required> |
|||
<br> |
|||
<label for="password">Password:</label> |
|||
<input type="password" name="password" required> |
|||
<br> |
|||
<button type="submit">Signup</button> |
|||
</form> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue