<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>Domain for Sale | webgeeks.in</title>
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <link rel="preconnect" href="https://fonts.googleapis.com" />
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
        <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet" />
        <link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Protest+Riot&display=swap" rel="stylesheet" />
        <style>
            body {
                margin: 0;
                width: 100%;
                height: 100vh;
                font-family: "League Spartan", sans-serif;
                color: #fff;
                background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
                background-size: 400% 400%;
                -webkit-animation: gradientBG 7s ease infinite forwards;
                animation: gradientBG 7s ease infinite forwards;
            }
            .container {
                width: 100%;
                position: absolute;
                top: 35%;
                text-align: center;
            }
            h1 {
                font-family: "Protest Riot", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 100px;
            }
            h2 {
                font-family: "Protest Riot", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 70px;
            }
            p {
                font-size: 50px;
                font-weight: 700;
            }
            a {
                text-decoration: none;
                color: #212121;
            }
            @-webkit-keyframes gradientBG {
                0% {
                    background-position: 0 50%;
                }
                50% {
                    background-position: 100% 50%;
                }
                100% {
                    background-position: 0 50%;
                }
            }
            @keyframes gradientBG {
                0% {
                    background-position: 0 50%;
                }
                50% {
                    background-position: 100% 50%;
                }
                100% {
                    background-position: 0 50%;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>SubCarrie.com</h1>
            <h2>Domain for Sale</h2>
            <p>#1 for spanking/submissive/switch services</br>in the UK with potential earnings attracting clients</p>
            <p>Includes Twitter/X account with 8.5k followers <a href="https://x.com/carriesublondon">@carriesublondon</a></p>
            <div class="my-4">
                <a class="bg-yellow-300 px-8 py-3 rounded hover:bg-yellow-400 transition duration-300" href="/cdn-cgi/l/email-protection#a0c1d0d0cfc9ced4cdc5ced4d3e0d3d5c2c3c1d2d2c9c58ec3cfcd">Contact Me</a>
            </div>
        </div>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>
