https://bit.ly/fullvideo60min%E2%80%A6

Submitted URL:
https://bit.ly/fullvideo60min%E2%80%A6
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 9 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 · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="noindex, nofollow">
    <title>Bitly | Page Not Found | 404</title>
    <style>
      @font-face {
        font-family: "Proxima Nova";
        src: url('/static/graphics/ProximaNova-Regular.woff2') format('woff2'),
        url('/static/graphics/ProximaNova-Regular.woff') format('woff');
      }

      * {
        padding:0; 
        margin:0;
      }

      body, 
      html {
        background-color: #fff;
        color: #36383b;
        font-family: "Proxima Nova", Arial, sans-serif;
        font-size: 1rem;
        height: 100%;
        -webkit-font-smoothing: antialiased;
        width: 100%;
      }

      a,
      a:hover,
      a:active,
      a:visited {
        color: #36383b;
        text-decoration: none;
      }

      li {
        list-style: none;
      }

      .header {
        background-color: #ffffff;
        position: fixed;
        width: 100%;
      }

      .nav {
        display: flex;
        justify-content: space-between;
        max-width: 1170px;
        margin: 0 auto;
        padding-left: 22px;
        padding-right: 22px;
      }

      @media (min-width: 1200px) {
        .nav {
          max-width: 1170px;
        }
      }

      .nav {
        padding-top: 20px;
      }

      @media (max-width: 375px) {
        .nav {
          padding-left: 18px;
          padding-right: 18px;
        }
      }

      .nav-list {
        display: inline-block;
      }

      .nav-item {
        display: inline;
        line-height: 32px;
        margin-right: 2rem;
        vertical-align: text-top;
      }

      .actions .nav-item {
        margin-right: 30px;
      }

      @media (max-width: 768px) {
        .actions .nav-item,
        .nav-item {
          margin-right: 1rem;
        }
      }

      .nav-item:last-of-type {
        margin-right: 0;
      }

      .item-active a,
      .nav-item a:hover {
        color: #2a5bd7;
      }

      .logo {
        height: 48px;
        margin-right: 98px;
      }

      @media (max-width: 768px) {
        .logo {
          height: 40px;
        }
      }

      @media (max-width: 554px) {
        .logo {
          margin-right: 0;
        }
      }

      .content-block {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .content-block .headline {
        font-weight: bold;
        font-size: 62px;
        margin-bottom: 16px;
      }

      @media (max-width: 375px) {
        .content-block .headline {
          font-size: 54px;
        }
      }

      .content-block .headline-copy {
        font-size: 20px;
        line-height: 28px;
      }

      .headline-copy a {
        text-decoration: underline;
      }

      .image {
        margin-bottom: 26px;
        margin-top: 100px;
      }

      .headline-wrapper {
        margin: 0 auto;
        padding-left: 22px;
        padding-right: 22px;
        text-align: left;
        width: 50%;
      }

      @media (max-width: 1080px) {
        .headline-wrapper {
            width: 90%;
        }
      }

      @media (max-width: 375px) {
        .headline-wrapper {
          padding-left: 18px;
          padding-right: 18px;
        }
      }
    </style>
  </head>
  <body>
    <header class="header">
      <nav class="nav">
        <a href="https://bitly.com/"><img src="/static/graphics/bitly_logo_red.svg" class="logo" alt="bitly logo"></a>
        <ul class="nav-list actions">
          <li class="nav-item"><a href="https://bitly.com/a/sign_in">Log In</a></li>
          <li class="nav-item item-active"><a href="https://bitly.com/a/sign_up">Sign Up</a></li>
        </ul>
      </nav>
    </header>
    <div class="content-block">
      <img src="/static/graphics/meditation.png" class="image" alt="woman meditating">
      <div class="headline-wrapper">
        <h1 class="headline">Something's wrong here.</h1>
        <p class="headline-copy">
          This is a 404 error, which means you've clicked on a bad link or entered an invalid URL.
          Maybe what you are looking for can be found at <a href="https://bitly.com">Bitly.com</a>.
          P.S. Bitly links are case sensitive.</p>
      </div>
    </div>
    <script async="" src="//www.google-analytics.com/analytics.js"></script><script>
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

        (function(w,d) {
        var gaId;
        if (/bitly\.com$/i.test(window.location.hostname)) {
            gaId = 'UA-25224921-3';
        } else {
            gaId = 'UA-25224921-11';
        }
        w.ga('create', gaId, 'auto');
        w.ga('send', 'pageview');
        })(window,document);
    </script>
  

</body></html>