<!DOCTYPE html><html lang="de"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Browser Check</title><style>@font-face{font-family:"Eina Regular";font-display:swap;src:url(https://cdn.tievolu.net/fonts/Eina01-Regular.woff2) format("woff2")}html,body{font-family:"Eina Regular",sans-serif;margin:0;padding:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fdfcfd}.overlay{text-align:center;padding:64px 32px}.message{color:rgba(0,0,0,0.8);font-size:1.2rem;margin-bottom:24px}.powered-by{color:rgba(0,0,0,0.8);font-size:1rem;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px}.err{color:#c0392b;font-size:.9rem;margin-top:12px;display:none}</style><script src="https://js.hcaptcha.com/1/api.js" async defer></script></head><body><div class="overlay"><div class="message">Please prove that you are not a bot.</div><div class="h-captcha" data-sitekey="e28c83fa-bb10-43a8-bfca-bf804422881c" data-callback="onS" data-error-callback="onE"></div><div class="err" id="err">Verification failed. Please try again.</div><div class="powered-by">Protected by <img src="https://cdn.tievolu.net/img/logo_colored.svg" alt="Tievolu Logo" draggable="false" height="24px"> Tievolu Web Gateway Protection.</div></div><script>function onS(t){fetch("/hcaptcha-verify",{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:"token="+encodeURIComponent(t)}).then(function(r){return r.json()}).then(function(d){if(d.success){window.location.reload()}else{document.getElementById("err").style.display="block";if(window.hcaptcha)window.hcaptcha.reset()}}).catch(function(){document.getElementById("err").style.display="block";if(window.hcaptcha)window.hcaptcha.reset()})}function onE(){document.getElementById("err").style.display="block"}</script></body></html>