/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/article-super-short.amp.html
37 строк
977 B
Caroline Liu
Apply lang="en" to examples/ (#34759)
10 июн 2021, 17:30
Не верифицирован
10 июн 2021, 17:30
2ee75c4
Код
Авторство
О чём код?
<!doctype html> <html ⚡ lang="en"> <head> <meta charset="utf-8"> <title>Lorem Ipsum</title> <link rel="canonical" href="amps.html" > <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <script async src="https://cdn.ampproject.org/v0.js"></script> <style amp-custom> body { font-family: 'Georgia', Serif; } h1 { padding: 10px; } p { padding: 15px; } </style> </head> <body> <h1>Lorem Ipsum</h1> <amp-img src="img/sea@1x.jpg" srcset="img/sea@1x.jpg 1x, img/sea@2x.jpg 2x" alt="Fusce pretium tempor justo, vitae consequat dolor maximus eget." placeholder width="360" height="216" layout="responsive"> </amp-img> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ullamcorper turpis vel commodo scelerisque. Phasellus luctus nunc ut elit cursus, et imperdiet diam vehicula. Duis et nisi sed urna blandit bibendum et sit amet erat. </p> </body> </html>