https://bit.ly/3TwzHDf

Submitted URL:
https://bit.ly/3TwzHDf
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <title>Warning! | There might be a problem with the requested link</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="referrer" content="always">
    <meta name="robots" content="noindex,nofollow">
    <link rel="icon" type="image/png" href="https://d1ayxb9ooonjts.cloudfront.net/d/C88681CBA60CE9321C6FD2FD8DC97555992FA1A3.png">
    <style>
        * {
            padding: 0;
            margin: 0;
        }

        body,
        html {
            font-family: "Proxima Nova", Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 10px;
            color: #1d1f21;
            background-color: #fff;
            height: 100%;
            width: 100%;
            line-height: 1.25;
        }

        .main-container {
            padding: 8.4rem 15% 16rem 15%;
        }

        p {
            font-size: 1.8rem;
        }

        ul {
            padding-left: 1.8rem;
            margin-bottom: 2rem;
        }

        li {
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }

        .logo {
            width: 9.7rem;
        }

        .headline-container {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
        }

        .warning-img {
            width: 52rem;
            margin-right: -6rem;
            margin-top: -6rem;
        }

        .header,
        .headline-container,
        .content {
            margin-bottom: 4rem;
        }

        .headline-title,
        .content-title,
        .content-list {
            margin-bottom: 2rem;
        }

        .headline {
            width: 65rem;
            margin-right: 2rem;
        }

        .headline-title {
            font-weight: 800;
            font-size: 4.2rem;
        }

        .headline-subtitle {
            color: #56575b;
            font-size: 2.4rem;
            line-height: 3.2rem;
        }

        .content-title {
            font-weight: 800;
            font-size: 3.2rem;
        }

        .warning {
            color: #94261d;
            background-color: #fee8e7;
            padding: 1.5rem 2rem;
            border-radius: 0.6rem;
        }

        .text-bold {
            font-weight: bold;
        }

        #clickthrough {
            color: #94261d;
            overflow-wrap: anywhere;
        }

        @media (max-width: 1020px) {
            .main-container {
                padding: 7% 5% 14% 5%;
            }

            .header {
                margin-bottom: 2rem;
            }

            .headline-container {
                flex-direction: column;
                justify-content: center;
            }

            .headline {
                width: 100%;
            }

            .warning-img {
                width: 50%;
                margin: 0 auto 2rem;
            }
        }

        @media (max-width: 750px) {
            .warning-img {
                width: 70%;
            }
        }
    </style>
</head>

<body>
    <main class="main-container">
        <header class="header">
            <nav>
                <a href="https://bitly.com/"><img src="https://d1ayxb9ooonjts.cloudfront.net/d/53B03BEE40C746E8FC70731BA2B6902C0FA65CEA.svg" class="logo" alt="bitly logo"></a>
            </nav>
        </header>
        <article>
            <div class="headline-container">
                <div class="warning-img">
                    <img src="https://d1ayxb9ooonjts.cloudfront.net/d/ED4B4B67839C89883DD0BCD462FDA54E96FB79ED.svg" alt="spam warning illustration">
                </div>
                <div class="headline">
                    <h1 class="headline-title">Warning: This URL has been blocked by Bitly's systems as potentially
                        harmful.</h1>
                    <p class="headline-subtitle">We recommend you close your browser window and notify the person who 
                    sent you the link.</p>
                </div>
            </div>

            <div class="content">
                <h2 class="content-title">Why was this blocked?</h2>
                <p class="content-list">Links are blocked when they violate our <a target="_blank" rel="noopener noreferrer" href="https://bitly.com/pages/acceptable-use">Acceptable Use Policy</a>. Violations 
                include:</p>
                <ul>
                    <li>The link may be listed on a website blocklisting service.</li>
                    <li>The link may have been reported to Bitly by a member of the public.</li>
                    <li>The link may contain malware (software designed to harm your computer), attempt to collect your 
                    personal information for nefarious purposes, or otherwise contain harmful and/or illegal content. 
                    </li><li>The link may be attempting to hide the final destination.</li>
                    <li>The link may lead to a forgery of another website or may infringe the rights of others.</li>
                </ul>
                <p>
                    If you believe this has been blocked in error, please contact Bitly via <span><a target="_blank" rel="noopener noreferrer" href="https://bitly.com/pages/trust/appeal-a-decision">this
                            form</a></span>.
                </p>
            </div>
        </article>
    </main>


</body></html>