CINXE.COM

openJur

<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="noindex"> <title>openJur</title> <link rel="preconnect" href="//cdn.openjur.net" crossorigin> <link href="https://cdn.openjur.net/css5/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.openjur.net/css5/styles-28djO.css" rel="stylesheet"> </head> <body> <main> <div class="container"> <form action="/u/2208875.html" method="post"> <div class="row"><div class="col-md-6 offset-md-3 mt-3"> <div class="card mb-4 shadow-sm"> <div class="card-header"> <img src="https://cdn.openjur.net/img/logo.svg" class="d-inline-block align-top" style="width: 160px; height: 50px" alt="openJur"> </div> <div class="card-body"> <h5 class="card-title">We have to check whether you are human:</h5> <p class="card-text">Please rotate the inner part of the image using the slider below the image until it fits the overall image and click "Proceed!".</p> <p class="card-text mx-auto" style="height: 512px; width: 512px; background-image: url('https://cdn.openjur.net/cb/307df32fadf7e5c92a6704ecf1fa5fa5.jpg'); position: relative; background-position: center; background-size: cover;"> <img src="https://cdn.openjur.net/ci/307df32fadf7e5c92a6704ecf1fa5fa5.png" id="testImage" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; margin: auto;" alt="testImage"> </p> <p class="card-text text-center"> <input type="range" class="form-range" min="0" max="360" value="0" name="aimg" id="aimg"> <input type="hidden" id="c" name="c" value="chkimg"> <button type="submit" class="btn btn-primary">Proceed!</button> </p> </div> </div> </div> </form> </div> </main> <script nonce="4d6f7105ddfac4a1018db2eb50bc4551"> document.getElementById("aimg").addEventListener("input", function (e) { document.getElementById("testImage").style.transform = `rotate(${this.value}deg)`; }); </script> </body> </html>