Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Untitled</title>
  5. </head>
  6. <body bgcolor="black">
  7. <center>
  8. <div class="kepala">
  9. <font face="Orbitron" size="7" color="white"> 9XS ??? <font face="Orbitron" size="7" color="silver"> 9XS ???</font>
  10. <br>
  11. <br>
  12. <img src="http://challenges.surabayahackerlink.org/web/hacker.jpg" width="1000px" height="500px">
  13. <br>
  14. <font face="Orbitron" size="5" color="red"> Welcome To Website Error </font>
  15. </div>
  16. <div class="badan">
  17. <p> [ INDOSEC CODER TEAM ] </p>
  18. </div>
  19. <style>
  20.  
  21. @import url("https://fonts.googleapis.com/css?family=Orbitron");
  22.  
  23. body {
  24. margin: 0px;
  25. padding: 0px;
  26. }
  27.  
  28. .kepala {
  29. position: absolute;
  30. top: 30%;
  31. left: 50%;
  32. transform: translate(-50%, -50%);
  33. }
  34.  
  35. </style>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement