jtvidela commited on
Commit
76f3f04
·
verified ·
1 Parent(s): 575947e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -6
templates/index.html CHANGED
@@ -65,12 +65,11 @@
65
 
66
  <!-- Registration Form -->
67
  <form action="/register" method="POST">
68
- <div class="form-header">Register</div>
69
- <label for="register-username">Username:</label>
70
- <input type="text" id="register-username" name="username" required>
71
- <label for="register-password">Password:</label>
72
- <input type="password" id="register-password" name="password" required>
73
- <button type="submit">Register</button>
74
  </form>
75
 
76
  <!-- Links Section -->
 
65
 
66
  <!-- Registration Form -->
67
  <form action="/register" method="POST">
68
+ <label for="username">Username:</label>
69
+ <input type="text" id="username" name="username" required>
70
+ <label for="password">Password:</label>
71
+ <input type="password" id="password" name="password" required>
72
+ <button type="submit">Register</button>
 
73
  </form>
74
 
75
  <!-- Links Section -->