hacks/recaptcha-cloudarmor-security/resources/good-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-success my-5 py-4 text-center">
<div class="card-body"><p class="text-black m-0" style="font-size:40px">Trusted</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/zKP67ojQmXk">
</iframe>
</div>
<div class="col-lg-5">
<h1 class="font-weight-light">Brooklyn Dreams</h1>
<p>"Brooklyn Dreams" is a heartwarming tale about a young artist, Maya, who moves from her small hometown to Brooklyn to pursue her dreams. Along the way, she befriends an eclectic group of supportive locals who help her navigate the challenges of big city life. With their help, Maya discovers her true voice as an artist and learns that home is where the heart is.</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 © gHacks+ All Rights Reserved</p></div>
</footer>
</body>
</html>