Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nima-maghooli authored Apr 26, 2024
1 parent 882b904 commit 27aabdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ <h4>Open Hours</h4>
</div>
<div class="row mb-3">
<div class="col-md-6">
<div class="g-recaptcha" data-sitekey="6Ldv170pAAAAAL6a34dWnfhJ9ulT8BrwRPBl12eT" data-callback="correctCaptcha"></div>
<!--<div class="g-recaptcha" data-sitekey="6Ldv170pAAAAAL6a34dWnfhJ9ulT8BrwRPBl12eT" data-callback="correctCaptcha"></div>-->
</div>
<div class="col-md-6 d-flex align-items-center">
<button class="btn btn-lg px-4" style="background-color:#007bff;border-color:#007bff;color:white;" type="submit">Submit</button>
Expand All @@ -953,7 +953,7 @@ <h4>Open Hours</h4>
</form>
</div>

<script src="https://www.google.com/recaptcha/api.js?explicit&hl=en"></script>
<!--<script src="https://www.google.com/recaptcha/api.js?explicit&hl=en"></script>-->

<script>
document.getElementById('myform').addEventListener('submit', function(event) {
Expand Down

0 comments on commit 27aabdd

Please sign in to comment.