<!DOCTYPE html>
<html>
<head>
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap" rel="stylesheet">
  <link type="text/css" rel="stylesheet" href="https://captcha.photoshelter.com/main.css" />
  <script src="https://www.google.com/recaptcha/enterprise.js?render=explicit&onload=onRecaptchaLoadCallback"></script>
</head>
<body>
<script>
  var clientId;
  function submit() {
    grecaptcha.enterprise.execute(clientId, {
      action: 'browse'
    })
    .then(function(token) {
      document.getElementById("captcha").value = token;
      document.getElementById("3e01b03898c7").submit();
    });
  }
  function onRecaptchaLoadCallback() {
   clientId = grecaptcha.enterprise.render('recaptcha', {
     'sitekey': '6Le9G-QqAAAAAHNDod4w21r7Zo9enLVWwnUjv0WW',
     'badge': 'inline',
     'size': 'invisible'
    });
    grecaptcha.enterprise.ready(function() {
      document.getElementById("submit").disabled=false;
    });
  }
</script>
<div id="main">
<img src="https://captcha.photoshelter.com/i.svg" width=40 height=40/>
<h1>Checking your connection</h1>
<p>To protect our customers content, we take steps to block bots.</p>
<p>Please click "Access Site" to verify that you are a legitimate user.</p>
<form method="POST" action="/validate.php" id="3e01b03898c7">
<div id="recaptcha"></div>
<input type="hidden" name="captcha" value="" id="captcha" />
<input type="hidden" name="origurl" value="https://ingervandyke.photoshelter.com/rs?data=3SfiQdF09GjCm8QRn8_XNBAY3_T_MtaB6r6nxAhRyqtbZF4zDBmot7YOH0ZmwgTM8n1IMMQMl9fILPVq3pd2IbgVljg6AGCEH8GTIamin89MkY5GCLlFho5." />
<input type="hidden" name="urlsig" value="1780142368:6b4ee39f359b133c4120b36cca07863c1a1a835e39b6d3e09faed5eba90b12aec8a59665ca342ec2086f91ef950673dcab1a0d24b3e6f6bb63fa4ed90452518e90322089e07a640ac1316df7bb0fcfa9ebfc775c93bcf1895f036d2e0ccc255acff73934375ba671ff01b3de400748bd182e676d80b765d5e5086c593f5308e729ad3d3a31a801f3802741fcaf61d2f09dd47c3a0eecedfd969d4e15b86fd1b2a192a9e033a8c1bd3dedb7756f406265ff785ec823c2aa29635c56f996e127fabab5d7953015c0d963ec00f9f91137b0d0e129c9427779c1fab1cfe29898908c6c0ee9acabdce106a86d62bec4e0bc1e0227cec56b0720f3e4a7be69ebc6cc5e" />
</form>
<button id="submit" disabled onclick="submit()">
  Access Site
</button>
</div>
</body>
</html>