<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="robots" content="noindex">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Human Check</title>
  <style>
    html,body {height:100%;overflow:hidden;}
    body {background:#eee;display:flex;align-items:center;justify-content:center;font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial}
    p {
      color: #666;
      font-size: 14px;
      margin: 8px 0;
    }
    form {
      margin-top: 14px;
    }
    .card {background:#fff;max-width:520px;width:100%;padding:28px;border:1px solid #ddd;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.08)}
    .actions {margin-top:16px;display:flex;gap:12px;align-items:center;justify-content:center;}
    .btn {padding:10px 16px;border:1px solid #ccc;border-radius:0px;background:#f5f5f5;cursor:pointer}
    .err {color:#b00020;margin-top:10px}
  </style>
  <script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
  <div class="card">
    <img src="/vs6/theme/light/media/logo.png?v=20120919-222854" />

    <p>
      In order to access VideoSift, please complete the quick check below to confirm you are human.
      We appreciate your patience as we try to recover from scraper bots that have been killing our servers.
    </p>

    
    <form method="post" action="/human-verify.php">
      <input type="hidden" name="return" value="/rss2burner.php">
      <center>
        <div class="g-recaptcha" data-sitekey="6Lf257krAAAAAB88y3x6oHSZogGw4A268n6C5ps5"></div>
        <div class="actions">
          <button class="btn" type="submit">Continue</button>
        </div>
      </center>
      <noscript>
        <p>JavaScript is required for this verification.</p>
      </noscript>
    </form>
  </div>
</body>
</html>
