Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. document.documentElement.innerHTML=`<html><head>
  2. <meta name="viewport" content="width=device-width, initial-scale=2.0">
  3. <style>
  4. body{
  5. background-color:black;
  6. }
  7. .div2{
  8. font-weight: bold;
  9. font-size: 20;
  10. color: #FAFAFA;
  11. font-family: Indie Flower;
  12. text-align:center;
  13. text-shadow: 2px 5px 8px black;
  14. }
  15. y{
  16. color:yellow;
  17. }
  18. g{
  19. color:green;
  20. }
  21. r{
  22. color:red;
  23. }
  24. w{
  25. color:white;
  26. }
  27. .text {
  28. font-weight: 200;
  29. font-size: 40;
  30. color: #FAFAFA;
  31. font-family: New Rocker;
  32. text-align:center;
  33. text-shadow: 2px 5px 8px black;
  34. height:120px;
  35. }
  36. </style>
  37. </head><body onclick=aa();>
  38. <br><br>
  39. <div class="text">
  40. </div>
  41. <div class="div2">Hacked By <font style="font-size: 20;color:#00ff00;font-weight:bold;"> </font> <br>Second Generation <br>of<br><font style="font-size: 20;"><y>Gray </y><g>Hat </g><r>Teenagers</r></font></div>
  42. <audio id="audio" autoplay="" loop="">
  43. <source src="/audio.mp3" type="audio/mp3">
  44. </audio>
  45. </body>`;
  46. function aa(){
  47. document.getElementById("audio").play();
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement