/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
3p/recaptcha.max.html
15 строк
349 B
Aaron Turner
♻️ amp-recaptcha-input: Allow passing the recaptcha API url from the frame (#20539)
28 янв 2019, 22:03
Не верифицирован
28 янв 2019, 22:03
b6ab6d5
Код
Авторство
О чём код?
<!doctype html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex"> <meta name="referrer" content="none"> <script src="./recaptcha.js"></script> </head> <body style="margin:0"> <div id="c" style="position:absolute;top:0;left:0;bottom:0;right:0;"> <script> initRecaptcha(); </script> </div> </body> </html>