Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>suck my ass</title>
  5. </head>
  6. <body>
  7.  
  8. <h1>Login</h1>
  9.  
  10. <form action="/sign-in-url" method="post">
  11. <label> for="username">Username:</label>
  12. <input id="username" type="text" placeholder="username">
  13. <label> for="password">Password:</label>
  14. <input id="password" type="password" placeholder="password">
  15.  
  16.  
  17. <button>Login</button>
  18.  
  19.  
  20. </form>
  21. </body>
  22.  
  23.  
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement