Aravind-0808 commited on
Commit
b6b1274
·
1 Parent(s): d9ed0c3

update the login page

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -1
templates/index.html CHANGED
@@ -23,7 +23,6 @@
23
  <div class="form-container sign-in-container">
24
  <form action='/validate-user' name='signUpForm' method="post">
25
  <h1 id="text" style="margin-bottom: 50px;">Sign in</h1>
26
- <span>or use your email for registration</span>
27
  <input type="text" placeholder="Name" name="username" required />
28
  <input type="password" placeholder="Password" name="password" required />
29
  <button type="submit">Sign in</button>
 
23
  <div class="form-container sign-in-container">
24
  <form action='/validate-user' name='signUpForm' method="post">
25
  <h1 id="text" style="margin-bottom: 50px;">Sign in</h1>
 
26
  <input type="text" placeholder="Name" name="username" required />
27
  <input type="password" placeholder="Password" name="password" required />
28
  <button type="submit">Sign in</button>