OwlCyberSecurity - MANAGER
Edit File: index.html
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Daftar Akun Vip</title> <link href="https://res.cloudinary.com/dwockgogp/image/upload/v1692510399/MANTAP_e3jbhr.png" rel="shortcut icon" type="image/x-icon"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous"> <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Bungee Shade' rel='stylesheet'> <style> body { font-family: "Lato", sans-serif; font-weight: 400; } .brand-name { font-family: "Bungee Shade"; font-size: 48px; } .sk-circle { margin: auto auto; width: 80px; height: 80px; position: fixed; } .sk-circle .sk-child { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .sk-circle .sk-child:before { content: ""; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #fff; border-radius: 100%; -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; } .sk-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); } .sk-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); } .sk-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .sk-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); } .sk-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); } .sk-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .sk-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); } .sk-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } .sk-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .sk-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); } .sk-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); } .sk-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .sk-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .sk-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .sk-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .sk-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .sk-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .sk-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .sk-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .sk-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .sk-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .sk-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes sk-circleBounceDelay { 0%, 100%, 80% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes sk-circleBounceDelay { 0%, 100%, 80% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } .bubbles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 0; } .bubbles li { position: absolute; list-stye: none; display: circle; width: 20px; height: 20px; border-radius: 30%; bottom: -150px; background: rgba(195, 0, 255, 0.4); animation: animate 25s infinite linear; } .bubbles li:nth-child(1) { left: 25%; width: 80px; height: 80px; animation-delay: 0; } .bubbles li:nth-child(2) { left: 10%; width: 20px; height: 20px; animation-delay: 2s; animation-duration: 12s; } .bubbles li:nth-child(3) { left: 70%; width: 20px; height: 20px; animation-delay: 4s; } .bubbles li:nth-child(4) { left: 40%; width: 60px; height: 60px; animation-delay: 0s; animation-duration: 18s; } .bubbles li:nth-child(5) { left: 65%; width: 20px; height: 20px; animation-delay: 0s; } .bubbles li:nth-child(6) { left: 75%; width: 110px; height: 110px; animation-delay: 3s; } .bubbles li:nth-child(7) { left: 35%; width: 150px; height: 150px; animation-delay: 7s; } .bubbles li:nth-child(8) { left: 50%; width: 25px; height: 25px; animation-delay: 15s; animation-duration: 45s; } .bubbles li:nth-child(9) { left: 20%; width: 15px; height: 15px; animation-delay: 2s; animation-duration: 35s; } .bubbles li:nth-child(10) { left: 85%; width: 150px; height: 150px; animation-delay: 0s; animation-duration: 11s; } @keyframes animate { 0% { transform: translateY(0) rotate(0deg); opacity: 1; border-radius: 30%; } 100% { transform: translateY(-1000px) rotate(720deg); opacity: 0; border-radius: 50%; } } .btn-ku { background-color: #810be2; } </style> </head> <body style="background-color:#030303"> <main> <ul class="bubbles" style="z-index:-1"> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> </ul> <div class="container mt-4"> <h1 class=" text-center " style="color:gold;text-align: center;"> <span class="text-center"> <img class="text-center" src="https://spiiow.org/wp-content/uploads/2023/07/nana-1.gif" alt="logo" style="width:100%; max-width:672px; margin:auto;"> </span> </h1> <h4 class="" style="color:gold;text-align: center;"> <span class="text-center"> <p><a href="https://aquabekas.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjn0zT-t6l_m5_-zhYlCyNeiX146UyOZkH8mD-1o2fE_DKYZUawKsbZ1a0rCGgd4RZElNOk_NJD3PUzsvTVgpB90NUDfRABa4gaYvn6Tv266IxD81gUrEPv8CSy3lZeExu82wNn9Lhf_ZKffm-0AZDoUrHIHSkSSFeh1zNimCnAFwaZR0flaHO4V342/s840/hadiah.jpg" alt="Nana4d" width="280px" align="middle" border="2" /></a></p> </span> </h4> <div class="row d-flex align-items-center justify-content-center mx-4"> <div class="col-md-4 mx-4"> <div class="mt-4 row align-items-center"> <a href="https://preciseurl.com/nna4d" class="btn btn-danger btn-lg mt-4 d-flex justify-content-center align-items-center mx-auto btn-ku"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-person-plus-fill" viewBox="0 0 16 16"> <path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" /> <path fill-rule="evenodd" d="M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z" /></center> </svg> <span> DAFTAR AKUN VIP</span> </a> </a> </div> </div> </div> <h6 class=" text-center mt-4 text-light">Terima kasih, Untuk Mempercepat Proses Pendaftaran Anda silahkan hubungi CS kami melalui Livechat</h6> <div class="d-flex flex-column align-items-center"> <a href="https://preciseurl.com/nna4d" class="btn btn-danger btn-lg mt-4 d-flex justify-content-center align-items-center mx-auto btn-ku"> <svg xmlns="http://www.w3.org/2000/svg" width="3" height="5" fill="currentColor" class="bi bi-person-plus-fill" viewBox="0 0 16 16"> </svg> <span>HUBUNGI KAMI</span> <a href="https://api.whatsapp.com/send/?phone=%2B85517846170&text&type=phone_number&app_absent=0" class="btn btn-danger btn-lg mt-4 d-flex justify-content-center align-items-center mx-auto btn-ku"> <svg xmlns="http://www.w3.org/2000/svg" width="1" height="5" fill="currentColor" class="bi bi-person-plus-fill" viewBox="0 0 16 16"> </svg> <span>Whatsapp</span> <a class="text-center " href="https://preciseurl.com/nna4d"></a> <a class="text-center " href="https://api.whatsapp.com/send/?phone=%2B85517846170&text&type=phone_number&app_absent=0"></a> </div> <h4 class=" text-center mt-4 text-light">Copyright Nana4D</h4> </div> </main> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script> </body> </html>