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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -8
index.html CHANGED
@@ -172,14 +172,8 @@
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>
 
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>