Help
RSS
API
Feed
Maltego
Contact
Domain > billie6478.mandikan.sbs
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-20
172.67.221.226
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 04 Jan 2026 16:25:38 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Thu, 01 Jan 2026 08:05:50 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}vary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?syc9AxdlUrwZsl4a7KylPWnDnEqaocWzJZnaheVO1mSAz%2FaD12GpskFIfBfvK7kkvB%2BYuYKoGFmVNeUD9QKiGRX%2BUQLdJU2Dcb4arVTNNsR9hOaJYfEPl}}cf-cache-status: DYNAMICCF-RAY: 9b8c17ca48f53e6d-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langid>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Our Site is Launching Soon!/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@300;400;600;700&displayswap relstylesheet> style> :root { /* DEFAULT THEME (DARK) Variabel-variabel ini akan diubah oleh .light-mode */ --bg-gradient: linear-gradient(-45deg, #6dd5ed, #052229, #004e92, #000428); --container-bg: rgba(255, 255, 255, 0.1); --container-border: rgba(255, 255, 255, 0.2); --text-color: #fff; --subtitle-color: #eee; --icon-color: #fff; --time-block-bg: rgba(0, 0, 0, 0.2); --particle-color: #ffffff; /* Harus string untuk JS */ --button-bg: #2193b0; --button-text: #ffffff; --button-hover-bg: #6dd5ed; --button-hover-text: #004e92; } body.light-mode { /* LIGHT THEME */ --bg-gradient: linear-gradient(-45deg, #1e67af, #64a0e6, #90addd, #085f88); --container-bg: rgba(245, 214, 214, 0.041); --container-border: rgba(255, 255, 255, 0.8); --text-color: #004e92; --subtitle-color: #333; --icon-color: #004e92; --time-block-bg: rgba(255, 255, 255, 0.4); --particle-color: #004e92; /* Harus string untuk JS */ --button-bg: #004e92; --button-text: #ffffff; --button-hover-bg: #2193b0; --button-hover-text: #ffffff; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Poppins, sans-serif; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; /* Terapkan variabel --bg-gradient */ background: var(--bg-gradient); background-size: 400% 400%; animation: gradientBG 15s ease infinite; overflow: hidden; transition: background 0.5s ease; } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } #particles-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .container { width: 100%; max-width: 650px; text-align: center; padding: 40px 30px; border-radius: 20px; /* Terapkan variabel */ background: var(--container-bg); border: 1px solid var(--container-border); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3); position: relative; z-index: 2; transition: background 0.5s ease, border 0.5s ease; } .logo-svg { width: 80px; height: 80px; /* Terapkan variabel */ fill: var(--icon-color); margin-bottom: 15px; opacity: 0.9; transition: fill 0.5s ease; } h1 { font-size: 2.8rem; font-weight: 600; /* Terapkan variabel */ color: var(--text-color); margin-bottom: 15px; transition: color 0.5s ease; } p.subtitle { font-size: 1.1rem; font-weight: 300; /* Terapkan variabel */ color: var(--subtitle-color); line-height: 1.6; margin-bottom: 30px; transition: color 0.5s ease; } #countdown { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; } .time-block { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 90px; height: 90px; /* Terapkan variabel */ background: var(--time-block-bg); border-radius: 10px; transition: transform 0.3s ease, background 0.5s ease; } .time-block:hover { transform: scale(1.05); } .time-block span { display: block; /* Terapkan variabel */ color: var(--text-color); transition: color 0.5s ease; } .time-block span:first-child { font-size: 2.2rem; font-weight: 700; } .time-block span:last-child { font-size: 0.8rem; font-weight: 300; text-transform: uppercase; } .notify-form { display: flex; gap: 10px; justify-content: center; margin-bottom: 30px; } .notify-form input { flex: 1; min-width: 200px; padding: 15px; border: none; border-radius: 8px; font-family: Poppins, sans-serif; font-size: 1rem; background: rgba(255, 255, 255, 0.9); color: #333; } .notify-form input::placeholder { color: #999; } .notify-form button { padding: 15px 25px; border: none; border-radius: 8px; /* Terapkan variabel */ background-color: var(--button-bg); color: var(--button-text); font-family: Poppins, sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; } .notify-form button:hover { /* Terapkan variabel */ background-color: var(--button-hover-bg); color: var(--button-hover-text); transform: scale(1.05); } #success-message { display: none; /* Terapkan variabel */ color: var(--text-color); font-size: 1.2rem; font-weight: 500; margin-bottom: 30px; } .social-links { display: flex; justify-content: center; gap: 20px; } .social-links a { /* Terapkan variabel */ color: var(--icon-color); opacity: 0.8; transition: opacity 0.3s ease, transform 0.3s ease, color 0.5s ease; } .social-links a:hover { opacity: 1; transform: scale(1.1); } .social-links svg { width: 24px; height: 24px; fill: currentColor; } /* --- UI BARU: Theme Switcher --- */ .theme-switcher { position: absolute; top: 20px; right: 20px; } .theme-switcher input { display: none; } .theme-switcher label { display: block; width: 50px; height: 26px; background: #2193b0; border-radius: 50px; position: relative; cursor: pointer; transition: background-color 0.3s; } body.light-mode .theme-switcher label { background: #004e92; } .theme-switcher label::after { content: ☀️; /* Light icon */ font-size: 14px; color: #f1c40f; display: flex; align-items: center; justify-content: center; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: 0.3s; } .theme-switcher input:checked + label::after { content: 🌙; /* Dark icon */ font-size: 14px; color: #f39c12; left: calc(100% - 3px); transform: translateX(-100%); } /* ------------------------------ */ @media (max-width: 600px) { .container { padding: 30px 20px; padding-top: 60px; /* Beri ruang untuk tombol toggle */ } .theme-switcher { top: 15px; right: 15px; } h1 { font-size: 2.2rem; } p.subtitle { font-size: 1rem; } #countdown { gap: 10px; } .time-block { width: 70px; height: 70px; } .time-block span:first-child { font-size: 1.8rem; } .time-block span:last-child { font-size: 0.7rem; } .notify-form { flex-direction: column; } .notify-form input { min-width: unset; width: 100%; } .notify-form button { width: 100%; } } /style>/head>body> div idparticles-container>/div> div classcontainer> div classtheme-switcher> input typecheckbox idtheme-toggle> label fortheme-toggle>/label> /div> svg classlogo-svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 512 512> path dM156.6 384H355.4L312.2 448H200.8L156.6 384zM512 199.1L494.9 182l-99.7 99.7-48.7-48.7 82.3-82.3L384 105.9 336.7 58.6 302.4 92.9 256 139.3 209.6 92.9 175.3 58.6 128 105.9 83.1 150.7 165.4 233l-48.7 48.7-99.7-99.7L0 199.1l99.7 99.7L0 398.6 17.1 415.7l99.7-99.7 48.7 48.7-82.3 82.3L128 501.4 175.3 454.1 209.6 419.8 256 373.4l46.4 46.4 34.3 34.3 47.4 47.4 44.9-44.9 82.3-82.3 48.7-48.7L512 398.6l-99.7-99.7L512 199.1z/> /svg> h1>Were Launching Soon!/h1> p classsubtitle> Were working hard to bring you an amazing new experience. Our new site is almost ready! /p> div idcountdown> div classtime-block> span iddays>00/span> span>Days/span> /div> div classtime-block> span idhours>00/span> span>Hours/span> /div> div classtime-block> span idminutes>00/span> span>Minutes/span> /div> div classtime-block> span idseconds>00/span> span>Seconds/span> /div> /div> div idsuccess-message> Thank you! Well let you know when we launch. /div> form classnotify-form idnotify-form> input typeemail placeholderEnter your email... required> button typesubmit>Let me know!/button> /form> div classsocial-links> a href# aria-labelFacebook> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 512 512>path dM504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.75l-11 71.69h-57.75V501C413.31 482.38 504 379.78 504 256z/>/svg> /a> a href# aria-labelTwitter> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 512 512>path dM459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.13-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.43 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.61 104.61-104.61 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z/>/svg> /a> a href# aria-labelInstagram> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 448 512>path dM224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-42.9-10.9-81.4-40.1-110.6-29.2-29.2-67.7-38.4-110.6-40.1C333.6 1.3 320.1 0 224.1 0S114.6 1.3 71.7 3.1C28.8 4.9 .3 33.3 .3 76.3v359.4c0 43 28.5 71.4 71.4 73.2 42.9 1.7 56.4 3.1 152.4 3.1s109.5-1.3 152.4-3.1c43-1.7 71.4-30.2 71.4-73.2V76.3c0-43-28.4-71.4-71.4-73.2zM388.8 359.4c0 24.9-20.2 45.1-45.1 45.1H104.3c-24.9 0-45.1-20.2-45.1-45.1V152.6c0-24.9 20.2-45.1 45.1-45.1h239.4c24.9 0 45.1 20.2 45.1 45.1v206.8z/>/svg> /a> /div> /div>script srchttps://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js>/script> script> let particlesInstance null; // Simpan instance partikel // --- Konfigurasi Partikel --- document.addEventListener(DOMContentLoaded, (event) > { // --- AWAL LOGIKA THEME --- const themeToggle document.getElementById(theme-toggle); const savedTheme localStorage.getItem(theme); if (savedTheme) { if (savedTheme light) { document.body.classList.add(light-mode); themeToggle.checked false; // Set toggle ke ☀️ (unchecked) } else { document.body.classList.remove(light-mode); themeToggle.checked true; // Set toggle ke 🌙 (checked) } } else { // Jika tidak ada, gunakan preferensi sistem if (window.matchMedia && window.matchMedia((prefers-color-scheme: light)).matches) { document.body.classList.add(light-mode); themeToggle.checked false; } else { document.body.classList.remove(light-mode); themeToggle.checked true; // Default ke dark } } // --- Logika Theme Switcher (saat di-klik) --- themeToggle.addEventListener(change, function() { let newTheme ; if (this.checked) { // Sedang di Dark Mode document.body.classList.remove(light-mode); newTheme dark; } else { // Sedang di Light Mode document.body.classList.add(light-mode); newTheme light; } // 3. Simpan pilihan baru ke localStorage localStorage.setItem(theme, newTheme); // Update warna partikel secara dinamis if (particlesInstance) { const newParticleColor getComputedStyle(document.documentElement).getPropertyValue(--particle-color).trim().slice(1, -1); particlesInstance.options.particles.color.value newParticleColor; particlesInstance.options.particles.links.color.value newParticleColor; particlesInstance.refresh(); } }); // --- AKHIR LOGIKA THEME --- // --- Muat Partikel --- // (Ini dijalankan SETELAH tema di-set, jadi akan mengambil warna yang benar) const particleColor getComputedStyle(document.documentElement).getPropertyValue(--particle-color).trim().slice(1, -1); tsParticles.load(particles-container, { fpsLimit: 60, interactivity: { events: { onHover: { enable: true, mode: repulse }, onClick: { enable: true, mode: push }, }, modes: { repulse: { distance: 100, duration: 0.4 }, push: { quantity: 4 }, }, }, particles: { color: { value: particleColor }, links: { color: particleColor, distance: 150, enable: true, opacity: 0.3, width: 1 }, move: { direction: none, enable: true, outModes: out, random: false, speed: 2, straight: false }, number: { density: { enable: true }, value: 80 }, opacity: { value: 0.3 }, shape: { type: circle }, size: { value: { min: 1, max: 5 } }, }, detectRetina: true, }).then(container > { particlesInstance container; // Simpan instance setelah load }); }); // --- Logika Hitung Mundur --- const targetDate new Date(); targetDate.setDate(targetDate.getDate() + 30); const daysEl document.getElementById(days); const hoursEl document.getElementById(hours); const minutesEl document.getElementById(minutes); const secondsEl document.getElementById(seconds); function formatTime(time) { return time 10 ? `0${time}` : time; } function updateCountdown() { const now new Date().getTime(); const distance targetDate.getTime() - now; if (distance 0) { clearInterval(countdownInterval); document.getElementById(countdown).innerHTML h2 stylecolor:var(--text-color)>We Have Launched!/h2>; return; } const days Math.floor(distance / (1000 * 60 * 60 * 24)); const hours Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds Math.floor((distance % (1000 * 60)) / 1000); daysEl.innerText formatTime(days); hoursEl.innerText formatTime(hours); minutesEl.innerText formatTime(minutes); secondsEl.innerText formatTime(seconds); } const countdownInterval setInterval(updateCountdown, 1000); updateCountdown(); // --- Logika Penanganan Formulir --- const notifyForm document.getElementById(notify-form); const successMessage document.getElementById(success-message); const socialLinks document.querySelector(.social-links); notifyForm.addEventListener(submit, function(e) { e.preventDefault(); notifyForm.style.display none; socialLinks.style.display none; successMessage.style.display block; }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sun, 04 Jan 2026 16:25:38 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Thu, 01 Jan 2026 08:05:50 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}vary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sg0HpepWpyZ2cbKNJ50MR4j%2Fe1qM%2BFxTswe5Ny9Ww%2FOj%2FZOE%2BUiLfHyQT%2FIICoRD9Km2ApOGSDIeuxGpkSrkPI59%2BM69eA7D0n8AymiujiWZpDmD%2Fbg%3D%3D}}cf-cache-status: DYNAMICCF-RAY: 9b8c17ccbe593abd-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langid>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Our Site is Launching Soon!/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@300;400;600;700&displayswap relstylesheet> style> :root { /* DEFAULT THEME (DARK) Variabel-variabel ini akan diubah oleh .light-mode */ --bg-gradient: linear-gradient(-45deg, #6dd5ed, #052229, #004e92, #000428); --container-bg: rgba(255, 255, 255, 0.1); --container-border: rgba(255, 255, 255, 0.2); --text-color: #fff; --subtitle-color: #eee; --icon-color: #fff; --time-block-bg: rgba(0, 0, 0, 0.2); --particle-color: #ffffff; /* Harus string untuk JS */ --button-bg: #2193b0; --button-text: #ffffff; --button-hover-bg: #6dd5ed; --button-hover-text: #004e92; } body.light-mode { /* LIGHT THEME */ --bg-gradient: linear-gradient(-45deg, #1e67af, #64a0e6, #90addd, #085f88); --container-bg: rgba(245, 214, 214, 0.041); --container-border: rgba(255, 255, 255, 0.8); --text-color: #004e92; --subtitle-color: #333; --icon-color: #004e92; --time-block-bg: rgba(255, 255, 255, 0.4); --particle-color: #004e92; /* Harus string untuk JS */ --button-bg: #004e92; --button-text: #ffffff; --button-hover-bg: #2193b0; --button-hover-text: #ffffff; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Poppins, sans-serif; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; /* Terapkan variabel --bg-gradient */ background: var(--bg-gradient); background-size: 400% 400%; animation: gradientBG 15s ease infinite; overflow: hidden; transition: background 0.5s ease; } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } #particles-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .container { width: 100%; max-width: 650px; text-align: center; padding: 40px 30px; border-radius: 20px; /* Terapkan variabel */ background: var(--container-bg); border: 1px solid var(--container-border); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3); position: relative; z-index: 2; transition: background 0.5s ease, border 0.5s ease; } .logo-svg { width: 80px; height: 80px; /* Terapkan variabel */ fill: var(--icon-color); margin-bottom: 15px; opacity: 0.9; transition: fill 0.5s ease; } h1 { font-size: 2.8rem; font-weight: 600; /* Terapkan variabel */ color: var(--text-color); margin-bottom: 15px; transition: color 0.5s ease; } p.subtitle { font-size: 1.1rem; font-weight: 300; /* Terapkan variabel */ color: var(--subtitle-color); line-height: 1.6; margin-bottom: 30px; transition: color 0.5s ease; } #countdown { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; } .time-block { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 90px; height: 90px; /* Terapkan variabel */ background: var(--time-block-bg); border-radius: 10px; transition: transform 0.3s ease, background 0.5s ease; } .time-block:hover { transform: scale(1.05); } .time-block span { display: block; /* Terapkan variabel */ color: var(--text-color); transition: color 0.5s ease; } .time-block span:first-child { font-size: 2.2rem; font-weight: 700; } .time-block span:last-child { font-size: 0.8rem; font-weight: 300; text-transform: uppercase; } .notify-form { display: flex; gap: 10px; justify-content: center; margin-bottom: 30px; } .notify-form input { flex: 1; min-width: 200px; padding: 15px; border: none; border-radius: 8px; font-family: Poppins, sans-serif; font-size: 1rem; background: rgba(255, 255, 255, 0.9); color: #333; } .notify-form input::placeholder { color: #999; } .notify-form button { padding: 15px 25px; border: none; border-radius: 8px; /* Terapkan variabel */ background-color: var(--button-bg); color: var(--button-text); font-family: Poppins, sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; } .notify-form button:hover { /* Terapkan variabel */ background-color: var(--button-hover-bg); color: var(--button-hover-text); transform: scale(1.05); } #success-message { display: none; /* Terapkan variabel */ color: var(--text-color); font-size: 1.2rem; font-weight: 500; margin-bottom: 30px; } .social-links { display: flex; justify-content: center; gap: 20px; } .social-links a { /* Terapkan variabel */ color: var(--icon-color); opacity: 0.8; transition: opacity 0.3s ease, transform 0.3s ease, color 0.5s ease; } .social-links a:hover { opacity: 1; transform: scale(1.1); } .social-links svg { width: 24px; height: 24px; fill: currentColor; } /* --- UI BARU: Theme Switcher --- */ .theme-switcher { position: absolute; top: 20px; right: 20px; } .theme-switcher input { display: none; } .theme-switcher label { display: block; width: 50px; height: 26px; background: #2193b0; border-radius: 50px; position: relative; cursor: pointer; transition: background-color 0.3s; } body.light-mode .theme-switcher label { background: #004e92; } .theme-switcher label::after { content: ☀️; /* Light icon */ font-size: 14px; color: #f1c40f; display: flex; align-items: center; justify-content: center; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: 0.3s; } .theme-switcher input:checked + label::after { content: 🌙; /* Dark icon */ font-size: 14px; color: #f39c12; left: calc(100% - 3px); transform: translateX(-100%); } /* ------------------------------ */ @media (max-width: 600px) { .container { padding: 30px 20px; padding-top: 60px; /* Beri ruang untuk tombol toggle */ } .theme-switcher { top: 15px; right: 15px; } h1 { font-size: 2.2rem; } p.subtitle { font-size: 1rem; } #countdown { gap: 10px; } .time-block { width: 70px; height: 70px; } .time-block span:first-child { font-size: 1.8rem; } .time-block span:last-child { font-size: 0.7rem; } .notify-form { flex-direction: column; } .notify-form input { min-width: unset; width: 100%; } .notify-form button { width: 100%; } } /style>/head>body> div idparticles-container>/div> div classcontainer> div classtheme-switcher> input typecheckbox idtheme-toggle> label fortheme-toggle>/label> /div> svg classlogo-svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 512 512> path dM156.6 384H355.4L312.2 448H200.8L156.6 384zM512 199.1L494.9 182l-99.7 99.7-48.7-48.7 82.3-82.3L384 105.9 336.7 58.6 302.4 92.9 256 139.3 209.6 92.9 175.3 58.6 128 105.9 83.1 150.7 165.4 233l-48.7 48.7-99.7-99.7L0 199.1l99.7 99.7L0 398.6 17.1 415.7l99.7-99.7 48.7 48.7-82.3 82.3L128 501.4 175.3 454.1 209.6 419.8 256 373.4l46.4 46.4 34.3 34.3 47.4 47.4 44.9-44.9 82.3-82.3 48.7-48.7L512 398.6l-99.7-99.7L512 199.1z/> /svg> h1>Were Launching Soon!/h1> p classsubtitle> Were working hard to bring you an amazing new experience. Our new site is almost ready! /p> div idcountdown> div classtime-block> span iddays>00/span> span>Days/span> /div> div classtime-block> span idhours>00/span> span>Hours/span> /div> div classtime-block> span idminutes>00/span> span>Minutes/span> /div> div classtime-block> span idseconds>00/span> span>Seconds/span> /div> /div> div idsuccess-message> Thank you! Well let you know when we launch. /div> form classnotify-form idnotify-form> input typeemail placeholderEnter your email... required> button typesubmit>Let me know!/button> /form> div classsocial-links> a href# aria-labelFacebook> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 512 512>path dM504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.75l-11 71.69h-57.75V501C413.31 482.38 504 379.78 504 256z/>/svg> /a> a href# aria-labelTwitter> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 512 512>path dM459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.13-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.43 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.61 104.61-104.61 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z/>/svg> /a> a href# aria-labelInstagram> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 448 512>path dM224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-42.9-10.9-81.4-40.1-110.6-29.2-29.2-67.7-38.4-110.6-40.1C333.6 1.3 320.1 0 224.1 0S114.6 1.3 71.7 3.1C28.8 4.9 .3 33.3 .3 76.3v359.4c0 43 28.5 71.4 71.4 73.2 42.9 1.7 56.4 3.1 152.4 3.1s109.5-1.3 152.4-3.1c43-1.7 71.4-30.2 71.4-73.2V76.3c0-43-28.4-71.4-71.4-73.2zM388.8 359.4c0 24.9-20.2 45.1-45.1 45.1H104.3c-24.9 0-45.1-20.2-45.1-45.1V152.6c0-24.9 20.2-45.1 45.1-45.1h239.4c24.9 0 45.1 20.2 45.1 45.1v206.8z/>/svg> /a> /div> /div>script srchttps://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js>/script> script> let particlesInstance null; // Simpan instance partikel // --- Konfigurasi Partikel --- document.addEventListener(DOMContentLoaded, (event) > { // --- AWAL LOGIKA THEME --- const themeToggle document.getElementById(theme-toggle); const savedTheme localStorage.getItem(theme); if (savedTheme) { if (savedTheme light) { document.body.classList.add(light-mode); themeToggle.checked false; // Set toggle ke ☀️ (unchecked) } else { document.body.classList.remove(light-mode); themeToggle.checked true; // Set toggle ke 🌙 (checked) } } else { // Jika tidak ada, gunakan preferensi sistem if (window.matchMedia && window.matchMedia((prefers-color-scheme: light)).matches) { document.body.classList.add(light-mode); themeToggle.checked false; } else { document.body.classList.remove(light-mode); themeToggle.checked true; // Default ke dark } } // --- Logika Theme Switcher (saat di-klik) --- themeToggle.addEventListener(change, function() { let newTheme ; if (this.checked) { // Sedang di Dark Mode document.body.classList.remove(light-mode); newTheme dark; } else { // Sedang di Light Mode document.body.classList.add(light-mode); newTheme light; } // 3. Simpan pilihan baru ke localStorage localStorage.setItem(theme, newTheme); // Update warna partikel secara dinamis if (particlesInstance) { const newParticleColor getComputedStyle(document.documentElement).getPropertyValue(--particle-color).trim().slice(1, -1); particlesInstance.options.particles.color.value newParticleColor; particlesInstance.options.particles.links.color.value newParticleColor; particlesInstance.refresh(); } }); // --- AKHIR LOGIKA THEME --- // --- Muat Partikel --- // (Ini dijalankan SETELAH tema di-set, jadi akan mengambil warna yang benar) const particleColor getComputedStyle(document.documentElement).getPropertyValue(--particle-color).trim().slice(1, -1); tsParticles.load(particles-container, { fpsLimit: 60, interactivity: { events: { onHover: { enable: true, mode: repulse }, onClick: { enable: true, mode: push }, }, modes: { repulse: { distance: 100, duration: 0.4 }, push: { quantity: 4 }, }, }, particles: { color: { value: particleColor }, links: { color: particleColor, distance: 150, enable: true, opacity: 0.3, width: 1 }, move: { direction: none, enable: true, outModes: out, random: false, speed: 2, straight: false }, number: { density: { enable: true }, value: 80 }, opacity: { value: 0.3 }, shape: { type: circle }, size: { value: { min: 1, max: 5 } }, }, detectRetina: true, }).then(container > { particlesInstance container; // Simpan instance setelah load }); }); // --- Logika Hitung Mundur --- const targetDate new Date(); targetDate.setDate(targetDate.getDate() + 30); const daysEl document.getElementById(days); const hoursEl document.getElementById(hours); const minutesEl document.getElementById(minutes); const secondsEl document.getElementById(seconds); function formatTime(time) { return time 10 ? `0${time}` : time; } function updateCountdown() { const now new Date().getTime(); const distance targetDate.getTime() - now; if (distance 0) { clearInterval(countdownInterval); document.getElementById(countdown).innerHTML h2 stylecolor:var(--text-color)>We Have Launched!/h2>; return; } const days Math.floor(distance / (1000 * 60 * 60 * 24)); const hours Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds Math.floor((distance % (1000 * 60)) / 1000); daysEl.innerText formatTime(days); hoursEl.innerText formatTime(hours); minutesEl.innerText formatTime(minutes); secondsEl.innerText formatTime(seconds); } const countdownInterval setInterval(updateCountdown, 1000); updateCountdown(); // --- Logika Penanganan Formulir --- const notifyForm document.getElementById(notify-form); const successMessage document.getElementById(success-message); const socialLinks document.querySelector(.social-links); notifyForm.addEventListener(submit, function(e) { e.preventDefault(); notifyForm.style.display none; socialLinks.style.display none; successMessage.style.display block; }); /script>/body>/html>
Subdomains
Date
Domain
IP
blanca2674.mandikan.sbs
2025-12-15
172.67.221.226
aliya6859.mandikan.sbs
2025-12-15
104.21.70.84
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]