Spaces:
Sleeping
Sleeping
Update templates/signup.html
Browse files- templates/signup.html +3 -0
templates/signup.html
CHANGED
|
@@ -22,6 +22,9 @@
|
|
| 22 |
<label for="password">Password</label>
|
| 23 |
<input type="password" id="password" name="password" placeholder="Enter a password" required>
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
<button type="submit">Sign Up</button>
|
| 26 |
</form>
|
| 27 |
<p>Already have an account? <a href="login.html">Login</a></p>
|
|
|
|
| 22 |
<label for="password">Password</label>
|
| 23 |
<input type="password" id="password" name="password" placeholder="Enter a password" required>
|
| 24 |
|
| 25 |
+
<label for="password">Password</label>
|
| 26 |
+
<input type="password" id="password" name="password" placeholder="Enter a password" required>
|
| 27 |
+
|
| 28 |
<button type="submit">Sign Up</button>
|
| 29 |
</form>
|
| 30 |
<p>Already have an account? <a href="login.html">Login</a></p>
|