Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. <!-- /* Need Help? Join my discord @ discord.gg/yWddFpQ */ -->
  2. <html>
  3. <head>
  4.  
  5.  
  6.  
  7. <script type="text/javascript">
  8.  
  9. function noselection(target){
  10.  
  11. if (typeof target.onselectstart!="undefined")
  12.  
  13. target.onselectstart=function(){return false}
  14.  
  15. else if (typeof target.style.MozUserSelect!="undefined")
  16.  
  17. target.style.MozUserSelect="none"
  18.  
  19. else
  20.  
  21. target.onmousedown=function(){return false}
  22.  
  23. target.style.cursor = "default"
  24.  
  25. }
  26.  
  27. </script>
  28.  
  29.  
  30. <meta name="viewport" content="width=device-width,initial-scale=1">
  31. <link rel="stylesheet" href="config.css" type="text/css">
  32. <link rel="stylesheet" href="stylesheet.css" type="text/css">
  33. <link rel="stylesheet" type="text/css" href="Styles.css">
  34.  
  35.  
  36. <!--<link rel="stylesheet" type="text/css" href="Assets/CSS/Styles.css">
  37. <script type="text/javascript">
  38. $(document).mousemove(function (e) {
  39. $("#cursor").css({
  40. left: e.pageX,
  41. top: e.pageY
  42. });
  43. })
  44. </script>!-->
  45.  
  46. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  47. <div id="container2">
  48. <!-- <p style="font-size: 28;"> <font color="red">๐ŸŽฎManette </FONT> <font color="white">|</FONT> ๐Ÿ’€<font color="lime">Families</FONT><font color="white">/</FONT><font color="yellow">Vagos</FONT><font color="white">/</FONT><font color="white">Mafia</FONT> <font color="white">|</FONT> <font color="#b839cc">๐Ÿ’Š6 Drogues</FONT> <font color="white">|</FONT> <font color="orange">Mapping</FONT> <font color="white">|</FONT> <font color="#1cbbff">๐Ÿ’ผ28+Jobs + Double Jobs</FONT> <font color="white">|</FONT> <font color="#ff1c1c">๐Ÿ”ฅ+150Car MOD</FONT> <font color="white">|</FONT><font color="#00f01c">๐Ÿ’ป60FPS</font> <font color="white">|</FONT> <font color="#ff00ee">๐ŸŽ“Staff ACTIF</font></p>
  49. </div>-->
  50. </head>
  51. <body>
  52. <img src="cursor.png" alt="curseur" id="cursor">
  53.  
  54.  
  55. <!-- <div class='blur' id="bg">-->
  56. <!-- ADD your background images here (same format) and make sure to add it in __resource.lua -->
  57. <div>
  58. <video autoplay="" muted="" loop="" poster="bg.jpg" id="bgvid">
  59. <source src="http://145.239.168.181/gta/bg2.mp4" type="video/mp4">
  60. <source src="http://145.239.168.181/gta/bg.webm" type="video/webm">
  61. <!-- <iframe src="https://www.youtube.com/embed/RLTpyL946Pc?autoplay=1" allow='autoplay' frameborder="0" width="0" height="0"></iframe>!-->
  62. </video>
  63. </div>
  64.  
  65. <div id="container">
  66.  
  67. <!-- Uncomment for PLAIN TEXT (also uncomment title in app.js) <h2 id="title"></h2> -->
  68. <!-- Your logo below -->
  69. <img class="logo" src="imgs/logo.png">
  70. <br>
  71. <div class="loadbar">
  72. <div class="yeet"></div>
  73. </div>
  74. </div>
  75. <p id="link2" style="color:red;font-size: 25;">โ˜› Semi-WL โ˜š</p>
  76. <p id="link" style="color:#85e1ff;font-size: 25;"></p>
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <!--<img src="Assets/IMG/cursor.png" alt="curseur" id="cursor" style="left: 1250px; top: 222px;">!-->
  83.  
  84.  
  85.  
  86.  
  87. </div>
  88.  
  89. <div id="container3">
  90.  
  91. <img src="http://gta.rivality-gaming.fr/gta/catalogue/logosite.png">
  92. <br><br><br>
  93. <audio controls="" autoplay="">
  94. <source src="1.mp3" type="audio/mpeg">
  95. Your browser does not support the audio element.
  96. </audio>
  97. </div>
  98. <div id="container4">
  99. <img src="http://gta.rivality-gaming.fr/18.png">
  100. </div>
  101. </center>
  102.  
  103. <script src="config.js"></script>
  104. <script src="app.js"></script>
  105. <script src="https://www.youtube.com/iframe_api"></script>
  106.  
  107.  
  108.  
  109.  
  110. <script type="text/javascript">
  111. $(document).mousemove(function (e) {
  112. $("#cursor").css({
  113. left: e.pageX,
  114. top: e.pageY
  115. });
  116. })
  117. </script>
  118. <script type="text/javascript">
  119.  
  120. noselection(document.body)
  121.  
  122. </script>
  123. </body>
  124. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement