lokesh341 commited on
Commit
f657f24
Β·
verified Β·
1 Parent(s): 5b6f4e7

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -5
templates/index.html CHANGED
@@ -87,13 +87,13 @@
87
  <!-- Registration Form -->
88
  <div class="container" id="registrationForm" style="display: none;">
89
  <h2>Register</h2>
90
- <label for="name">Your Name</label>
91
  <input type="text" id="name" placeholder="Listening for name..." readonly>
92
 
93
- <label for="email">Your Email</label>
94
  <input type="text" id="email" placeholder="Listening for email..." readonly>
95
 
96
- <label for="mobile">Your Mobile Number</label>
97
  <input type="text" id="mobile" placeholder="Listening for mobile number..." readonly>
98
 
99
  <p class="status" id="registrationStatus">Listening... πŸ—£</p>
@@ -102,10 +102,10 @@
102
  <!-- Login Form -->
103
  <div class="container" id="loginForm" style="display: none;">
104
  <h2>Login</h2>
105
- <label for="loginEmail">Your Email</label>
106
  <input type="text" id="loginEmail" placeholder="Listening for email..." readonly>
107
 
108
- <label for="loginMobile">Your Mobile Number</label>
109
  <input type="text" id="loginMobile" placeholder="Listening for mobile number..." readonly>
110
 
111
  <p class="status" id="loginStatus">Listening... πŸ—£</p>
 
87
  <!-- Registration Form -->
88
  <div class="container" id="registrationForm" style="display: none;">
89
  <h2>Register</h2>
90
+ <label for="name">πŸ§’πŸ»πŸ‘§πŸ»Your NameπŸŽ™οΈ</label>
91
  <input type="text" id="name" placeholder="Listening for name..." readonly>
92
 
93
+ <label for="email">Ⓜ️Your EmailπŸŽ™οΈ</label>
94
  <input type="text" id="email" placeholder="Listening for email..." readonly>
95
 
96
+ <label for="mobile">πŸ“±Your Mobile NumberπŸŽ™οΈ</label>
97
  <input type="text" id="mobile" placeholder="Listening for mobile number..." readonly>
98
 
99
  <p class="status" id="registrationStatus">Listening... πŸ—£</p>
 
102
  <!-- Login Form -->
103
  <div class="container" id="loginForm" style="display: none;">
104
  <h2>Login</h2>
105
+ <label for="loginEmail">Ⓜ️Your EmailπŸŽ™οΈ</label>
106
  <input type="text" id="loginEmail" placeholder="Listening for email..." readonly>
107
 
108
+ <label for="loginMobile">πŸ“±Your Mobile NumberπŸŽ™οΈ</label>
109
  <input type="text" id="loginMobile" placeholder="Listening for mobile number..." readonly>
110
 
111
  <p class="status" id="loginStatus">Listening... πŸ—£</p>