Guest User

Untitled

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