Guest User

Untitled

a guest
Jun 5th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <div>
  2. <h1>Sign In</h1>
  3. <form method="POST" action="/login">
  4. <label>Username:</label>
  5. <input type="text" name="username">
  6. <br>
  7. <label>Password:</label>
  8. <input type="password" name="password">
  9. <br>
  10. <button type="submit">Sign In</button>
  11. </form>
  12. </div>
Add Comment
Please, Sign In to add comment