<!-- -- Uploaded on : https://haxor.my.id/open/LINKTHREE.html -- Official Web : https://prinsh.com -- script-deface-generator.prinsh.com --> <!-- -- Uploaded on : https://haxor.my.id/open/INRtoBDT-com.html -- Official Web : https://prinsh.com -- script-deface-generator.prinsh.com --> <!-- -- Uploaded on : https://haxor.my.id/open/INRtoBDT 🇧🇩💱🇮🇳 EXCHANGE.html -- Official Web : https://prinsh.com -- script-deface-generator.prinsh.com --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INRtoBDT EXCHANGE</title> <script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <style> /* Body Styling */ body { margin: 0; padding: 0; background-color: #000; text-align: center; font-family: Arial, sans-serif; text-transform: uppercase; color: white; overflow-y: auto; /* Manual scrolling enabled */ } /* Particle Background */ #particles-js { position: fixed; width: 100%; height: 100%; z-index: -1; } /* Container Styling */ .container { max-width: 450px; margin: 100px auto; padding: 20px; background: rgba(34, 34, 34, 0.9); border-radius: 10px; box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4); position: relative; z-index: 1; } /* Rainbow Animation for Text */ .rainbow-text { font-size: 30px; font-weight: bold; background-image: linear-gradient(45deg, red, orange, yellow, green, cyan, blue, violet); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: rainbow 3s infinite linear; } @keyframes rainbow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } /* Button Styling with Automatic Color Change */ .btn-custom { display: block; width: 100%; margin-bottom: 10px; padding: 12px; border-radius: 5px; font-size: 18px; font-weight: bold; text-decoration: none; text-align: center; transition: all 0.3s ease-in-out; animation: buttonRainbow 3s infinite linear; } @keyframes buttonRainbow { 0% { background-color: red; } 20% { background-color: orange; } 40% { background-color: yellow; } 60% { background-color: green; } 80% { background-color: blue; } 100% { background-color: violet; } } .btn-custom:hover { transform: scale(1.1); } /* Logo Styling */ .logo { width: 130px; margin-bottom: 15px; } </style> </head> <body> <!-- Particle Background --> <div id="particles-js"></div> <!-- VIP Info Container --> <div class="container"> <h1 class="rainbow-text">YAZIME UNKNOWN</h1> <img src="https://files.catbox.moe/agce45.jpg" alt="Logo" class="logo"> <h2>My Social Media Accounts</h2> <p>Even I Don't Know Myself</p></p> <h3 class="rainbow-text">CONTACT</h3> <a href="https://t.me/yazimewashere" class="btn btn-custom">👤 TELEGRAM ID</a> <a href="https://wa.me/+6282286199585" class="btn btn-custom">WhatApps </a> <a href="https://youtube.com/@mizayyuedanmizayyuedan?si=IV78Opq_zNz87qY0" class="btn btn-custom">youtube🔥</a> <a href="https://files.catbox.moe/5v5ocx.jpg">words 🌟 </a> </div> <!-- Hidden Credit --> <span id="nxt-credit" style="display: none;">NXT OWNER</span> <!-- Particle JS Script --> <script> particlesJS("particles-js", { "particles": { "number": { "value": 150 }, /* Increased particle count */ "size": { "value": 4 }, "move": { "speed": 3 }, "color": { "value": ["#ff0000", "#ff7f00", "#ffff00", "#00ff00", "#0000ff", "#8b00ff"] }, /* Auto-changing colors */ "line_linked": { "enable": true, "color": "#ffffff" } } }); // Credit Protection setInterval(() => { let credit = document.getElementById("nxt-credit"); if (!credit || credit.innerText !== "NXT OWNER") { document.body.innerHTML = "<h1 style='color:red; font-size:50px;'>€ € €</h1>"; } }, 500); </script> </body> </html>