Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -100,10 +100,10 @@
|
|
100 |
<div id="loginForm" style="display: none;">
|
101 |
<h2>Login</h2>
|
102 |
<label for="loginEmail">Your Email</label>
|
103 |
-
<input type="text" id="loginEmail" placeholder="
|
104 |
|
105 |
<label for="loginMobile">Your Mobile Number</label>
|
106 |
-
<input type="text" id="loginMobile" placeholder="
|
107 |
|
108 |
<button class="confirm-button" onclick="submitLogin()">Login</button>
|
109 |
<button class="switch-button" onclick="showRegistrationForm()">Switch to Register</button>
|
|
|
100 |
<div id="loginForm" style="display: none;">
|
101 |
<h2>Login</h2>
|
102 |
<label for="loginEmail">Your Email</label>
|
103 |
+
<input type="text" id="loginEmail" placeholder="Enter your email" required>
|
104 |
|
105 |
<label for="loginMobile">Your Mobile Number</label>
|
106 |
+
<input type="text" id="loginMobile" placeholder="Enter your mobile number" required>
|
107 |
|
108 |
<button class="confirm-button" onclick="submitLogin()">Login</button>
|
109 |
<button class="switch-button" onclick="showRegistrationForm()">Switch to Register</button>
|