Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Domain Seizure</title>
  6. <link rel="stylesheet" type="text/css" href="https://vrchat.ninja/bootstrap.min.css">
  7. </head>
  8. <body>
  9. <style>
  10. div * {
  11. font-family: "Helvetica","Arial","sans-serif";
  12. }
  13.  
  14. body {
  15. background: black url(https://vrchat.ninja/bg.jpg) no-repeat center fixed;
  16. background-size: cover;
  17. color: white;
  18. text-align:center;
  19. }
  20.  
  21. a {
  22. color: white;
  23. }
  24.  
  25. .main {
  26. display: inline-block;
  27. position: relative;
  28. margin-top: 100px;
  29. width: 900px;
  30. height: 500px;
  31. overflow: hidden;
  32. border-radius: 30px;
  33. }
  34.  
  35. .main > div {
  36. position: absolute;
  37. width: 100%; height: 100%;
  38. left: 0; top: 0;
  39. }
  40. .main > .bg {
  41. background-color: #000;
  42. opacity: 0.7;
  43. }
  44.  
  45. .content h1 {
  46. font-size: 40px;
  47. margin-bottom: 40px;
  48. }
  49.  
  50. .content h2 {
  51. font-size: 24px;
  52. }
  53.  
  54. .text {
  55. color: #fff;
  56. text-align: center;
  57. font-size: 18px;
  58. padding: 0 10px;
  59. }
  60.  
  61. .text p {
  62. margin: 0;
  63. }
  64.  
  65. .text .link {
  66. text-align: center;
  67. font-size: 18px;
  68. }
  69. </style>
  70. <div class="main">
  71. <div class="bg"></div>
  72. <div class="content">
  73.  
  74. <h1><b>THIS WEBSITE HAS BEEN SEIZED</b></h1>
  75. <div class="text">
  76. <p>This domain has been seized by the Federal Bureau of Investigation pursuant to a seizure warrant</p>
  77. <p>issued by the United District for the Central District of California</p>
  78. <p>under the authority of 18 U.S.C �1030(i)(1)(A) as part of a coordinated</p>
  79. <p>law enforcement action against illegal file sharing services</p>
  80. <p>This action has been taken in coordination with the United States Attorney's Office of the District of Alaska,</p>
  81. <p>The Department of Justice Computer Crime and Intellectual Property Section</p>
  82. <p>&nbsp;</p>
  83. <img src="https://vrchat.ninja/849876390aed69b924e61e8830e4c242.png" height="150" width="150">&nbsp; &nbsp; &nbsp;<img src="https://vrchat.ninja/e32a1d8dbc17b8421791193f7334c413.png" height="200" width="200">&nbsp; &nbsp; &nbsp;<img src="https://vrchat.ninja/71966a4f0ccf28a65daeaee3eb5166bc.png" height="150" width="150">
  84. <audio controls autoplay loop hidden>
  85. <source src="https://vrchat.ninja/bye.mp3" type="audio/mpeg">
  86. </audio>
  87. </div>
  88. </div>
  89. </div>
  90. </body>
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement