Advertisement
Guest User

fuad

a guest
Feb 21st, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html ><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>WA Kami</title>
  4.  
  5. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
  6. <style> .header { height: 10vh; width: 100%; background-color: #075E54;}
  7. .body { height: 90vh; display: flex; align-items: center; justify-content: center; background-color: #ECE5DD; width: 100%; text-align: center;}.body .btn { margin-top: 50px; background-color: #25D366; color: white; text-decoration: none; padding: 10px;}.body p { max-width: 731px;}
  8. .powered { position: fixed; bottom: 20px;}
  9.  
  10. /* Loader with three blocks */ * {margin: 0; padding: 0;}
  11. .loader-fb { top: calc(35% - 5px); left: calc(50% - 5px); position: fixed !important;}
  12. #progress-wrap{ top: 45%; width: 100%; position: fixed !important; }
  13. .load-text{ font-family: arial; margin-left: -50px;}
  14.  
  15. .loader-fb, .loader-fb:before, .loader-fb:after { position: relative; display: inline-block; width: 20px; height: 45px; background-color: rgba(215,230,240,0.9); border: 1px solid rgb(215,230,240); z-index: 100000; content: ' '; margin-left: -5px; margin-right: -9px;}.loader-fb:before { top: -11px; left: -100%; animation: loading-fb .8s cubic-bezier(.4,.5,.6,1) infinite;}.loader-fb { animation: loading-fb-main .8s cubic-bezier(.4,.5,.6,1) .2s infinite;}.loader-fb:after { top: -11px; right: -100%; margin-top: 50%; animation: loading-fb .8s cubic-bezier(.4,.5,.6,1) .4s infinite;}@keyframes loading-fb { from { transform: scaleY(1.4); background-color: rgba(55,114,171,0.9); border: 1px solid rgb(55,114,171); }}@keyframes loading-fb-main { from { padding-top: 10px; padding-bottom: 10px; margin-top: -10px; background-color: rgba(55,114,171,0.9); border: 1px solid rgb(55,114,171); }}
  16. </style>
  17. </head>
  18. <body><div id="loader">
  19. <div class="loader-fb"></div>
  20. <div id="progress-wrap" ><p style="text-align: center; font-size: 20px;"></p><br><br><p style="text-align: center;"><a style="padding: 15px 30px; background: #25D366 !important; color : white; font-weight: 20px; font-weight: bold; text-decoration: none" href="#">Mengarahkan Ke Whatsapp</a></p></div></div>
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  23. <script>
  24. //setTimeout(function(){ window.location = 'https://api.whatsapp.com/send?phone=6281225218817&text=Hai%2C%20Tas%20Souvenir%20Custom%20Izzajaya%2C%0A_Saya%20Tertarik%20dengan%20Tas%20Souvenir%20Gratisnya%2C%20Jika%20Saya%20Menjadi%20Pemenang%20Mohon%20Kirimkan%20Tas%20Souvenirnya%20ke%3A_%0A*Nama*%20%3A%0A*Email*%20%3A%0A*No%20HP*%20%3A%0A*Alamat%20Lengkap*%20%3A%0A_-Terimakasih-_' }, 3000);
  25.  
  26. $(document).ready(function () {
  27. if (window.history && window.history.pushState) {
  28. window.history.pushState('forward', null, null);
  29. $(window).on('popstate', function () {
  30. window.location.href = 'http://izzajaya.com';
  31. });
  32. }
  33. });
  34.  
  35. </script> </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement