https://a0.fauzkdyo.workers.dev/

URL inviato:
https://a0.fauzkdyo.workers.dev/
Report terminato:

Variabili JavaScript · 4 trovate

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
turnstileobject

Messaggi di log della console · 0 trovati

HTML

<!DOCTYPE html><html lang="en"><head>
    <title>Just a moment...</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.1/css/bootstrap.min.css" integrity="sha512-siwe/oXMhSjGCwLn+scraPOWrJxHlUgMBMZXdPe2Tnk3I0x3ESCoLz7WZ5NTH6SZrywMY+PB1cjyqJ5jAluCOg==" crossorigin="anonymous" referrerpolicy="no-referrer">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.1/font/bootstrap-icons.min.css" integrity="sha512-5PV92qsds/16vyYIJo3T/As4m2d8b6oWYfoqV+vtizRB6KhF1F9kYzWzQmsO6T3z3QG2Xdhrx7FQ+5R1LiQdUA==" crossorigin="anonymous" referrerpolicy="no-referrer">
    <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"></script>
    <style>
    html,
    body {
      height: 100%;
    }

    body {
      display: flex;
      align-items: center;
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #fefefe;
    }

    .form-signin {
      width: 100%;
      max-width: 330px;
      padding: 15px;
      margin: auto;
    }

    .form-signin .checkbox {
      font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
      z-index: 2;
    }

    </style>
    </head>
    <body>
    <main class="form-signin">
    <form method="POST" action="/">
      <h5 class="h5 mb-3 fw-normal">Verify you are human by completing the action below.
      </h5>
      <div class="checkbox mb-3">
        <div id="captcha"><div><input type="hidden" name="cf-turnstile-response" id="cf-chl-widget-ou57p_response"></div></div>
        <!-- end. -->
      </div>
    </form>
  </main>
  <script>
    turnstile.ready(function () {
      turnstile.render("#captcha", {
        sitekey: "0x4AAAAAAAyGyVBXgIFtW-b5",
        callback: function (token) {
          document.forms[0].submit();
        },
      });
    });
    </script>
    
    
    </body></html>