/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ooyalaplayer.amp.html
30 строк
2 KB
Alan Orozco
🏗📖 Fix some example files that do not validate (#34835)
15 июн 2021, 22:56
Не верифицирован
15 июн 2021, 22:56
0311689
Код
Авторство
О чём код?
<!doctype html> <html amp lang="en"> <head> <meta charset="utf-8"> <link rel="canonical" href="amps.html"> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> <script async custom-element="amp-ooyala-player" data-amp-report-test="amp-ooyala-player" src="https://cdn.ampproject.org/v0/amp-ooyala-player-0.1.js"></script> <script async src="https://cdn.ampproject.org/v0.js"></script> </head> <body> <amp-ooyala-player height=200 width=400 data-embedcode="Vxc2k0MDE6Y_C7J5podo3UDxlFxGaZrQ" data-pcode="5zb2wxOlZcNCe_HVT3a6cawW298X" data-playerid="26e2e3c1049c4e70ae08a242638b5c40" data-playerversion="v4"> </amp-ooyala-player><br/> <amp-ooyala-player height=200 width=400 data-embedcode="Vxc2k0MDE6Y_C7J5podo3UDxlFxGaZrQ" data-pcode="5zb2wxOlZcNCe_HVT3a6cawW298X" data-playerid="26e2e3c1049c4e70ae08a242638b5c40"> </amp-ooyala-player> </body> </html>