mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 01:15:03 -05:00
28 lines
823 B
HTML
28 lines
823 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Request a Captcha Token</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Generate a single use Captcha token.</h1>
|
|
|
|
<form action="CaptchaResponse" method="post">
|
|
|
|
<script type="text/javascript"
|
|
src="http://www.google.com/recaptcha/api/challenge?k=YOUR_KEY">
|
|
</script>
|
|
<noscript>
|
|
<iframe src="http://www.google.com/recaptcha/api/noscript?k=YOUR_KEY"
|
|
height="300" width="500" frameborder="0"></iframe><br>
|
|
<textarea name="recaptcha_challenge_field" rows="3" cols="40">
|
|
</textarea>
|
|
<input type="hidden" name="recaptcha_response_field"
|
|
value="manual_challenge">
|
|
</noscript>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
</html> |