Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. <!-- goigois1 is lovely! -->
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <meta charset="UTF-8">
  7. <title> goigois1 </title>
  8. <link rel="shortcut icon" type="image/x-icon" href="ico.png">
  9.  
  10. <!-- cloudflare loader stylesheets -->
  11. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
  12. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  13.  
  14. <!-- I had a look through this, it's all safe -->
  15. <script type="text/javascript" src="main.js"></script>
  16. <script src="jquery-2.1.4.min.js"></script>
  17.  
  18. <!-- stylesheets -->
  19. <link rel="stylesheet" href="style.css">
  20. <link rel="stylesheet" href="star-animation.css">
  21. </head>
  22.  
  23. <!-- key blocker script -->
  24. <script type="text/javascript">
  25. document.onkeydown = function(e) {
  26. if (event.keyCode == 123) {
  27. return false;
  28. }
  29. if (e.ctrlKey &amp;&amp; e.shiftKey &amp;&amp; e.keyCode == 'I'.charCodeAt(0)) {
  30. return false;
  31. }
  32. if (e.ctrlKey &amp;&amp; e.shiftKey &amp;&amp; e.keyCode == 'J'.charCodeAt(0)) {
  33. return false;
  34. }
  35. if (e.ctrlKey &amp;&amp; e.shiftKey &amp;&amp; e.keyCode == 'C'.charCodeAt(0)) {
  36. return false;
  37. }
  38. if (e.ctrlKey &amp;&amp; e.shiftKey &amp;&amp; e.keyCode == 'Q'.charCodeAt(0)) {
  39. return false;
  40. }
  41. if (e.ctrlKey &amp;&amp; e.keyCode == 'U'.charCodeAt(0)) {
  42. return false;
  43. }
  44. }
  45.  
  46. </script>
  47.  
  48. <div class="cssload-container">
  49. </div>
  50.  
  51. <div class="outer3">
  52. <div class="middle3">
  53. <div class="center3">
  54. <h3></h3><audio src="music.mp3" autoplay="" loop="">Your browser does not support the <tt>audio</tt> element.</audio>
  55. </div>
  56. </div>
  57. </div>
  58.  
  59. <div class="outer">
  60. <div class="middle">
  61. <div class="center">
  62. <h2>goigois1</h2>
  63. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<h1><i><a href="https://steamcommunity.com/profiles/76561198362093221">steam</a>&nbsp; - &nbsp;<a href="https://twitter.com/goigois11">twitter</a>&nbsp; - &nbsp;<a href="https://soundcloud.com/quantum_physics">soundcloud</a></i></h1><p>
  64. </div>
  65. </div>
  66. </div>
  67.  
  68. <!-- preloading stuff before video & css are ready -->
  69. <script>
  70. $(document).ready(function() {
  71. //Preloader
  72. $(window).load(function() {
  73. preloaderFadeOutTime = 1500;
  74.  
  75. function hidePreloader() {
  76. var preloader = $('.cssload-container');
  77. preloader.fadeOut(preloaderFadeOutTime);
  78.  
  79. }
  80. hidePreloader();
  81. });
  82. });
  83. </script>
  84. <style>
  85. img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
  86. display: none;
  87. }
  88. </style>
  89. </body>
  90. </html>
  91.  
  92. <!-- draguito <3 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement