Advertisement
Guest User

amp

a guest
Feb 28th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.51 KB | None | 0 0
  1. <!doctype html>
  2. <html amp lang="en">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <script async src="https://cdn.ampproject.org/v0.js"></script>
  6.     <title>Hello, AMPs</title>
  7.     <link rel="canonical" href="https://amp.dev/documentation/guides-and-tutorials/start/create/basic_markup/">
  8.     <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  9.     <script type="application/ld+json">
  10.       {
  11.         "@context": "http://schema.org",
  12.         "@type": "NewsArticle",
  13.         "headline": "Open-source framework for publishing content",
  14.         "datePublished": "2015-10-07T12:02:41Z",
  15.         "image": [
  16.           "logo.jpg"
  17.         ]
  18.       }
  19.     </script>
  20.     <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>
  21.   </head>
  22.   <body>
  23.     <h1>Welcome to the mobile web</h1>
  24.   </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement