Advertisement
jason9hej

Untitled

Dec 14th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Pwned by S0P</title>
  6. <style type="text/css">
  7. body {
  8. background-color: #000;
  9. color: #fff;
  10. }
  11. div.container4 {
  12. margin: 5em;
  13. height: 10em;
  14. position: relative
  15. }
  16. div.container4 span {
  17. margin-top: 17em;
  18. position: absolute;
  19. top: 50%;
  20. left: 50%;
  21. margin-right: -50%;
  22. transform: translate(-50%, -50%)
  23. }
  24. div.container4 img {
  25. margin-top: 2em;
  26. position: absolute;
  27. top: 50%;
  28. left: 50%;
  29. margin-right: -50%;
  30. transform: translate(-50%, -50%)
  31. }
  32. </style>
  33. </head>
  34. <body>
  35. <div class=container4>
  36. <img src="https://i.kym-cdn.com/photos/images/newsfeed/001/384/545/7b9.jpg">
  37. <span>
  38. <center>
  39. <h3>Website Disabled</h3>
  40. <p>Your website is infected with malware and your domains have been disabled to prevent further spread. It wasn't hard to get in. Work on your security for the sake of your customers, you twat.
  41. <br><br>
  42. Greetz, S0P</p></center>
  43. </span>
  44. </div>
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement