Guest User

Untitled

a guest
Dec 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>test</title>
  5. <meta charset='utf-8'>
  6. <style>
  7. img {
  8. width:200px;
  9. height:200px;
  10. background:red;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <img src='/files/public/nixon.jpg'/>
  16. <img src='/files/private/nixon.jpg'/>
  17. <form method='POST' action='/login'>
  18. <input type='hidden' name='user' value='butt'/>
  19. <input type='submit' />
  20. </form>
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment