/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validator/testdata/feature_tests/implicit_runtime_dependencies.html
17 строк
503 B
Michael Rybak
Validator rollup (#35882)
31 авг 2021, 23:05
Не верифицирован
31 авг 2021, 23:05
733b0b8
Код
Авторство
О чём код?
<!-- Test Description: This is an amp document with no JavaScript and no CSS boilerplate. It includes runtime dependencies implicitly defined in v0.js: amp-img and amp-pixel. --> <!doctype html> <html ⚡> <head> <meta charset="utf-8"> <link rel="canonical" href="./regular-html-version.html"> <meta name="viewport" content="width=device-width"> </head> <body> <amp-img src="lemur.png" width=100 height=100></amp-img> <amp-pixel src="tracking-pixel.png"></amp-pixel> </body> </html>