HackedByV1N55X404

HackedByV1N55X404
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacked By V1N55X404</title>
<style>
    body {
        margin: 0;
        padding: 0;
        background: radial-gradient(circle at center, #000000, #0a0a0a, #101010);
        color: #fff;
        font-family: 'Courier New', monospace;
        overflow: hidden;
        text-align: center;
    }

    h1 {
        font-size: 3em;
        color: #ff003c;
        text-shadow: 0 0 20px #ff003c, 0 0 40px #ff003c;
        margin-top: 15%;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0%, 100% { text-shadow: 0 0 10px #ff003c; }
        50% { text-shadow: 0 0 40px #ff003c; }
    }

    p {
        color: #ccc;
        font-size: 1.2em;
        margin-top: 20px;
    }

    .neon-line {
        width: 80%;
        height: 2px;
        margin: 20px auto;
        background: linear-gradient(90deg, transparent, #ff003c, transparent);
        animation: glow 2s infinite linear;
    }

    @keyframes glow {
        0% { opacity: 0.4; }
        50% { opacity: 1; }
        100% { opacity: 0.4; }
    }

    .footer {
        position: fixed;
        bottom: 10px;
        width: 100%;
        color: #666;
        font-size: 0.9em;
    }

    img {
        width: 200px;
        border-radius: 50%;
        box-shadow: 0 0 20px #ff003c;
        margin-top: 30px;
        animation: float 3s infinite ease-in-out;
    }

    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
</style>
</head>
<body>
    <h1>Hacked By <span style="color:#fff;">V1N55X404</span></h1>
    <div class="neon-line"></div>
    <img src="https://files.catbox.moe/1j7wj8.jpg" alt="Avatar">
    <p>"We are not enemies... We are shadows of the system."</p>
    <p>#CyberSecurity #Hacktyvis</p>
    <div class="footer">© 2025 We Are V1N55X404</div>

    <audio controls src="https://files.catbox.moe/l5mzfs.mp3">
    </audio>
</body>
</html>
Share :