Spaces:
Runtime error
Runtime error
<title>Sign Up</title> | |
<h1>Sign Up</h1> | |
<form method="post"> | |
<input type="text" name="username" placeholder="Username" required> | |
<input type="password" name="password" placeholder="Password" required> | |
<button type="submit">Sign Up</button> | |
</form> | |
<a href="{{ url_for('login') }}">Already have an account? Login</a> | |