lokesh341 commited on
Commit
e83b21e
Β·
verified Β·
1 Parent(s): 364a9c9

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>