Guest User

Untitled

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