Guest User

Untitled

a guest
Dec 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>singin</title>
  5. </head>
  6. <body>
  7. <form action="/session/new" method="post">
  8. <label for="username">Username:</label>
  9. <input type="text" name="username"/>
  10. <label for="password">Password:</label>
  11. <input type="password" name="password"/>
  12. <input type="submit" value="submit"/>
  13.  
  14. </form>
  15.  
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment