I have attached the code which i am using and while loading the page it is giving me error saying
Cannot contact reCAPTCHA. Check your connection and try again.
Please be remember I'm not going to use any server side code. My website is having simple html.
<html>
<head>
<title>reCAPTCHA demo: Explicit render after an onload callback</title>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body>
<div class="g-recaptcha" data-sitekey="my_site_key"></div>
</body>
</html>