hacks/recaptcha-cloudarmor-security/resources/bad-score.html (37 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>gHacks+</title> <!-- Favicon--> <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> <link href="css/styles.css" rel="stylesheet" /> </head> <body> <!-- Responsive navbar--> <nav class="navbar navbar-dark bg-dark"> <div class="container px-5"> <a class="navbar-brand" href="index.html">gHacks+</a> <a class="navbar-brand" href="index.html">Home</a> </div> </nav> <!-- Page Content--> <div class="container px-4 px-lg-5"> <!-- Result Row --> <div class="card text-white bg-danger my-5 py-4 text-center"> <div class="card-body"><p class="text-black m-0" style="font-size:40px">High Risk</p></div> </div> <!-- Content Row--> <div class="row gx-4 gx-lg-5 align-items-center my-5"> <div class="col-lg-7"> <iframe class="container-fluid" width="900" height="400" src="https://www.youtube.com/embed/I8kCR1KfFxs"> </iframe> </div> <div class="col-lg-5"> <h1 class="font-weight-light">Thorned</h1> <p>"Thorned" is the story of Emily, a young woman who survives a traumatic event in her childhood involving roses, and develops an intense fear of the flowers. As an adult, she tries to avoid them at all costs but her world is turned upside down when she starts receiving anonymous gifts of roses. As the deliveries become more frequent, Emily starts to unravel the dark and twisted secrets of her past while trying to uncover the identity of her stalker. With her fear of roses reaching a fever pitch, Emily must confront her deepest fears to survive this deadly game of cat and mouse.</p> </div> </div> </div> <!-- Footer--> <footer class="footer py-5 bg-dark" overflow="hidden"> <div class="container px-4 px-lg-5"><p class="m-0 text-center text-white">Copyright &copy; gHacks+ All Rights Reserved</p></div> </footer> </body> </html>