Spaces:
Sleeping
Sleeping
rapihin3
Browse files- frontend/register.html +1 -1
frontend/register.html
CHANGED
|
@@ -46,7 +46,7 @@
|
|
| 46 |
<input type="email" name="email" placeholder="email@example.com" required/>
|
| 47 |
<label>Password</label>
|
| 48 |
<input type="password" name="password" placeholder="password" required/>
|
| 49 |
-
<button type="submit">
|
| 50 |
</form>
|
| 51 |
<p class="note">Sudah punya akun? <a href="/login">Login</a></p>
|
| 52 |
|
|
|
|
| 46 |
<input type="email" name="email" placeholder="email@example.com" required/>
|
| 47 |
<label>Password</label>
|
| 48 |
<input type="password" name="password" placeholder="password" required/>
|
| 49 |
+
<button type="submit">Register</button>
|
| 50 |
</form>
|
| 51 |
<p class="note">Sudah punya akun? <a href="/login">Login</a></p>
|
| 52 |
|