/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
extensions/amp-wordpress-embed/1.0/example/index.html
35 строк
944 B
Sebastian Benz
Add missing bento hero samples (#36962)
18 ноя 2021, 00:30
Не верифицирован
18 ноя 2021, 00:30
f8306cd
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <script type="module" async src="https://cdn.ampproject.org/bento.mjs" ></script> <script nomodule src="https://cdn.ampproject.org/bento.js"></script> <script type="module" async src="https://cdn.ampproject.org/v0/bento-wordpress-embed-1.0.mjs" ></script> <script nomodule async src="https://cdn.ampproject.org/v0/bento-wordpress-embed-1.0.js" ></script> <link rel="stylesheet" type="text/css" href="https://cdn.ampproject.org/v0/bento-wordpress-embed-1.0.css" /> <style></style> </head> <body> <bento-wordpress-embed style="width: 300px; height: 400px" data-url="https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/" ></bento-wordpress-embed> </body> </html>