https://boisterous-rabanadas-7ae0f2.netlify.app/

Eingereichte URL:
https://boisterous-rabanadas-7ae0f2.netlify.app/
Bericht beendet:
LinkText
https://discord.com/invite/YOURSERVERJoin Our Discord

JavaScript-Variablen · 33 gefunden

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gsapVersionsobject
Linearobject
Power0object
Quadobject
Power1object
Cubicobject
Power2object

Konsolenprotokoll-Meldungen · 2 gefunden

TypKategorieProtokoll
errornetwork
URL
https://source.unsplash.com/1600x900/?gaming,tech
Text
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://boisterous-rabanadas-7ae0f2.netlify.app/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>BiriXploit - Game Hacks &amp; Spoofers</title>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-900 text-white font-sans">
    <!-- Hero Section -->
    <header class="relative h-screen flex flex-col items-center justify-center bg-cover bg-center" style="background-image: url('https://source.unsplash.com/1600x900/?gaming,tech');">
        <div class="bg-black bg-opacity-60 absolute inset-0"></div>
        <div class="z-10 text-center">
            <h1 class="text-5xl md:text-6xl font-bold mb-4 animate-pulse" style="translate: none; rotate: none; scale: none; opacity: 1; transform: translate(0px, 0px);">Welcome to BiriXploit</h1>
            <p class="text-lg md:text-xl mb-8" style="translate: none; rotate: none; scale: none; opacity: 1; transform: translate(0px, 0px);">Your hub for premium game cheats and spoofers</p>
            <a href="https://discord.com/invite/YOURSERVER" target="_blank" class="px-6 py-3 bg-blue-500 hover:bg-blue-600 rounded-lg text-lg font-medium shadow-md transform hover:scale-105 transition" style="translate: none; rotate: none; scale: none; opacity: 0; transform: scale(0, 0);">Join Our Discord</a>
        </div>
    </header>

    <!-- Services Section -->
    <section class="py-16">
        <h2 class="text-4xl font-bold text-center mb-10">Our Services</h2>
        <div class="container mx-auto grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
            <!-- Service Card Template -->
            <div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition">
                <h3 class="text-2xl font-semibold mb-4">Fortnite Cheats</h3>
                <p class="text-gray-400 mb-4">Boost your gameplay with our undetectable Fortnite cheats.</p>
                <a href="#" class="text-blue-400 hover:underline">Learn More →</a>
            </div>
            <div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition">
                <h3 class="text-2xl font-semibold mb-4">Black Ops 6 Hacks</h3>
                <p class="text-gray-400 mb-4">Dominate with wallhacks, aimbots, and more for Black Ops 6.</p>
                <a href="#" class="text-blue-400 hover:underline">Learn More →</a>
            </div>
            <div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition">
                <h3 class="text-2xl font-semibold mb-4">Rust Hacks</h3>
                <p class="text-gray-400 mb-4">Stay ahead with ESP, radar, and more for Rust.</p>
                <a href="#" class="text-blue-400 hover:underline">Learn More →</a>
            </div>
            <div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition">
                <h3 class="text-2xl font-semibold mb-4">Spoofers</h3>
                <p class="text-gray-400 mb-4">Protect your identity with our reliable spoofers.</p>
                <a href="#" class="text-blue-400 hover:underline">Learn More →</a>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-800 py-6">
        <div class="container mx-auto text-center">
            <p class="text-gray-500">© 2024 BiriXploit. All rights reserved.</p>
            <div class="flex justify-center space-x-4 mt-4">
                <a href="https://discord.com/invite/YOURSERVER" class="text-gray-400 hover:text-white">Discord</a>
                <a href="#" class="text-gray-400 hover:text-white">Terms</a>
                <a href="#" class="text-gray-400 hover:text-white">Privacy</a>
            </div>
        </div>
    </footer>

    <script>
        // Example GSAP animation for smooth entry
        gsap.from("header h1", { duration: 1, y: -50, opacity: 0 });
        gsap.from("header p", { duration: 1, delay: 0.3, y: 50, opacity: 0 });
        gsap.from("header a", { duration: 1, delay: 0.6, scale: 0, opacity: 0 });
    </script>

</body></html>