Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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"
|
91 |
<input type="text" id="name" placeholder="Listening for name..." readonly>
|
92 |
|
93 |
-
<label for="email"
|
94 |
<input type="text" id="email" placeholder="Listening for email..." readonly>
|
95 |
|
96 |
-
<label for="mobile"
|
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"
|
106 |
<input type="text" id="loginEmail" placeholder="Listening for email..." readonly>
|
107 |
|
108 |
-
<label for="loginMobile"
|
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>
|