Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 18, 2019 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/79f55b1b5d0c27014cfbc87362b26ce4 to your computer and use it in GitHub Desktop.
Save parzibyte/79f55b1b5d0c27014cfbc87362b26ce4 to your computer and use it in GitHub Desktop.
<form method="post" action="comprobar.php">
<input type="text" name="nombre" placeholder="Escribe tu nombre">
<br>
<br>
<script src="https://authedmine.com/lib/captcha.min.js" async></script>
<div
data-disable-elements="[type='submit']"
data-whitelabel="true"
class="coinhive-captcha"
data-hashes="1024"
data-key="clave">
<div>
Esto se muestra mientras el captcha carga
</div>
</div>
<br>
<input type="submit" value="Enviar">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment