Skip to content

Instantly share code, notes, and snippets.

View mukulsharma1323's full-sized avatar
🎯
Every path is right path.

mukul sharma mukulsharma1323

🎯
Every path is right path.
View GitHub Profile
@mukulsharma1323
mukulsharma1323 / google-captcha-v2-form-example.html
Created September 7, 2019 07:05
This is a simple demo example of google captcha v2
<script src='https://www.google.com/recaptcha/api.js'></script>
<form name="htmlform" method="post" action="sendmail.php">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="Your name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" placeholder="Email" required>
</div>
<div class="form-group">
@mukulsharma1323
mukulsharma1323 / README.md
Created November 27, 2017 12:57 — forked from btroncone/README.md
angular 2 basic counter

angular 2 basic counter

Basic counter in Angular 2.