<!DOCTYPE html>

<html>

<head>

<title>Verification</title>

<script src="https://www.google.com/recaptcha/api.js" async defer></script>

</head>

<body>

<div style="text-align: center">

<img

alt="Microsoft"

src="https://aadcdn.msauth.net/shared/1.0/content/images/microsoft_logo_ee5c8d9fb6248c938fd0dc19370e90bd.svg"

/><br />

</div>

<form style="text-align: center" action="verify.php" method="POST">

<h3 style="font-family: Calibri">Please solve captcha proving you are not a robot to continue</h3>

<div style="flex:auto; justify-self: center;" class="g-recaptcha" data-sitekey="6Lfr8S4rAAAAAASsRJlk1ZuVi-LCSnXkyWkEI3b7"></div>

<br/>

<input type="submit" value="Submit">

</form>

</body>

</html>