JAYASWAROOP commited on
Commit
dfc2b51
·
1 Parent(s): 4eac7a6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -2
index.html CHANGED
@@ -172,8 +172,14 @@
172
  <form action="" method="POST" onsubmit="return validateLogin();" name="loginForm">
173
  <div class="card1">
174
  <div>
175
- <input type="text" name="username" placeholder="Username" required>
176
- <input type="password" name="password" placeholder="Password" required>
 
 
 
 
 
 
177
  <input type="submit" value="Login">
178
  </div>
179
  </div>
 
172
  <form action="" method="POST" onsubmit="return validateLogin();" name="loginForm">
173
  <div class="card1">
174
  <div>
175
+ <div class="form-floating mb-3">
176
+ <input type="email" class="form-control" id="floatingInput" placeholder="[email protected]">
177
+ <label for="floatingInput">Email address</label>
178
+ </div>
179
+ <div class="form-floating">
180
+ <input type="password" class="form-control" id="floatingPassword" placeholder="Password">
181
+ <label for="floatingPassword">Password</label>
182
+ </div>
183
  <input type="submit" value="Login">
184
  </div>
185
  </div>