Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (14 sloc)
418 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<div class="bibot-captcha" data-sitekey="only-demo" data-callback="bibot_callback"></div> | |
<script src="https://bibot.ir/bibot.min.js"></script> | |
<script> | |
function bibot_callback(bibot_response) { | |
if(bibot_response){ | |
alert('This is a demo and we can not make sure you\'re verified. :))') | |
} | |
} | |
</script> | |
</body> | |
</html> |