Advertisement
Ikal_162

Script 1 - DragonXploiter

Jun 30th, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. <!--
  2.  
  3. [Az]
  4.  
  5. -->
  6.  
  7. <html>
  8. <head>
  9. <title>Az Ft 1K4lL_*</title>
  10. <style>
  11. @import url("https://fonts.googleapis.com/css?family=Bevan");
  12. * {
  13. padding: 0;
  14. margin: 0;
  15. box-sizing: border-box;
  16. }
  17.  
  18. body {
  19. background: #282828;
  20. overflow: hidden;
  21. }
  22.  
  23. p {
  24. font-family: "Bevan", cursive;
  25. font-size: 105px;
  26. margin: 10vh 0 0;
  27. text-align: center;
  28. letter-spacing: 5px;
  29. background-color: black;
  30. color: transparent;
  31. text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
  32. -webkit-background-clip: text;
  33. -moz-background-clip: text;
  34. background-clip: text;
  35. }
  36. p span {
  37. font-size: 1.0em;
  38. }
  39.  
  40. code {
  41. color: #bdbdbd;
  42. text-align: center;
  43. display: block;
  44. font-size: 16px;
  45. margin: 0 30px 25px;
  46. }
  47. code span {
  48. color: #f0c674;
  49. }
  50. code i {
  51. color: #b5bd68;
  52. }
  53. code em {
  54. color: #b294bb;
  55. font-style: unset;
  56. }
  57. code b {
  58. color: #81a2be;
  59. font-weight: 500;
  60. }
  61.  
  62. a {
  63. color: #8abeb7;
  64. font-family: monospace;
  65. font-size: 20px;
  66. text-decoration: underline;
  67. margin-top: 10px;
  68. display: inline-block;
  69. }
  70.  
  71. @media screen and (max-width: 880px) {
  72. p {
  73. font-size: 14vw;
  74. }
  75. }
  76. </style>
  77. </head>
  78. <body>
  79. <p>Az : <span>1K4lL_*</span></p>
  80. <code><span>this_page</span>.<em>not_found</em> = true;</code>
  81. <code><span>if</span> (<b>you_spelt_it_wrong</b>) {<span>try_again()</span>;}</code>
  82. <code><span>else if (<b>we_screwed_up</b>)</span> {<em>alert</em>(<i>"DragonXploiter X GalaxyXploiter"</i>); <span>window</span>.<em>location</em> = home;}</code>
  83. <center><a>DragonXploiter</a></center>
  84. <script>
  85. function type(n, t) {
  86. var str = document.getElementsByTagName("code")[n].innerHTML.toString();
  87. var i = 0;
  88. document.getElementsByTagName("code")[n].innerHTML = "";
  89.  
  90. setTimeout(function() {
  91. var se = setInterval(function() {
  92. i++;
  93. document.getElementsByTagName("code")[n].innerHTML =
  94. str.slice(0, i) + "|";
  95. if (i == str.length) {
  96. clearInterval(se);
  97. document.getElementsByTagName("code")[n].innerHTML = str;
  98. }
  99. }, 10);
  100. }, t);
  101. }
  102.  
  103. type(0, 0);
  104. type(1, 600);
  105. type(2, 1300);
  106. </script>
  107. </body>
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement