Skip to content

Instantly share code, notes, and snippets.

@tetrashine
Last active July 18, 2020 14:14
Show Gist options
  • Save tetrashine/7ca36c5133e2e7052ead88c3d2311593 to your computer and use it in GitHub Desktop.
Save tetrashine/7ca36c5133e2e7052ead88c3d2311593 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>reCAPTCHA demo: Simple page</title>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<form action="?" method="POST">
<div class="g-recaptcha" data-sitekey="your_site_key"></div>
<br/>
<input type="submit" value="Submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment