lokesh341 commited on
Commit
26fa3f8
·
verified ·
1 Parent(s): 2065ba9

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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="Your email" required>
104
 
105
  <label for="loginMobile">Your Mobile Number</label>
106
- <input type="text" id="loginMobile" placeholder="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>
 
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>