Last active
April 25, 2017 15:11
-
-
Save swapnilshrikhande/878a8c24c8a8012dbbf7a349d674bbdf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<apex:page > | |
<script src="{!URLFOR($Resource.recaptcha_wc, 'webcomponentsjs/webcomponents-lite.min.js')}"></script> | |
<link rel="import" href="{!URLFOR($Resource.recaptcha_wc, 're-captcha/re-captcha.html')}"/> | |
<re-captcha sitekey="6LdAph4UAAAAAFMj2Qk6huZS27MppjnrkYlEeYNE"></re-captcha> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment