Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -0
templates/index.html
CHANGED
@@ -90,6 +90,7 @@
|
|
90 |
<h2 class="info" id="infoMessage">Listening... π£π</h2>
|
91 |
<p class="status" id="status">π Speak Now...</p>
|
92 |
|
|
|
93 |
<div id="registrationForm">
|
94 |
<h2>Register</h2>
|
95 |
<label for="name">Your Name</label>
|
@@ -105,6 +106,7 @@
|
|
105 |
<button class="switch-button" onclick="showLoginForm()">Switch to Login</button>
|
106 |
</div>
|
107 |
|
|
|
108 |
<div id="loginForm" style="display: none;">
|
109 |
<h2>Login</h2>
|
110 |
<label for="loginEmail">Your Email</label>
|
|
|
90 |
<h2 class="info" id="infoMessage">Listening... π£π</h2>
|
91 |
<p class="status" id="status">π Speak Now...</p>
|
92 |
|
93 |
+
<!-- Registration Form -->
|
94 |
<div id="registrationForm">
|
95 |
<h2>Register</h2>
|
96 |
<label for="name">Your Name</label>
|
|
|
106 |
<button class="switch-button" onclick="showLoginForm()">Switch to Login</button>
|
107 |
</div>
|
108 |
|
109 |
+
<!-- Login Form -->
|
110 |
<div id="loginForm" style="display: none;">
|
111 |
<h2>Login</h2>
|
112 |
<label for="loginEmail">Your Email</label>
|