Guest User

Untitled

a guest
Aug 16th, 2016
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.27 KB | None | 0 0
  1. <!doctype html>
  2. <html amp lang="en">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Hello, AMPs</title>
  6.     <link rel="canonical" href="http://example.ampproject.org/article-metadata.html" />
  7.     <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  8.     <script type="application/ld+json">
  9.         {
  10.         "@context": "http://schema.org",
  11.         "@type": "NewsArticle",
  12.         "headline": "Open-source framework for publishing content",
  13.         "datePublished": "2015-10-07T12:02:41Z",
  14.         "image": [
  15.         "logo.jpg"
  16.         ]
  17.         }
  18.     </script>
  19.     <style amp-boilerplate>
  20.         body {
  21.             -webkit-animation: -amp-start 8s steps(1,end) 0s 1 normal both;
  22.             -moz-animation: -amp-start 8s steps(1,end) 0s 1 normal both;
  23.             -ms-animation: -amp-start 8s steps(1,end) 0s 1 normal both;
  24.             animation: -amp-start 8s steps(1,end) 0s 1 normal both;
  25.         }
  26.  
  27.         @-webkit-keyframes -amp-start {
  28.             from {
  29.                 visibility: hidden;
  30.             }
  31.  
  32.             to {
  33.                 visibility: visible;
  34.             }
  35.         }
  36.  
  37.         @-moz-keyframes -amp-start {
  38.             from {
  39.                 visibility: hidden;
  40.             }
  41.  
  42.             to {
  43.                 visibility: visible;
  44.             }
  45.         }
  46.  
  47.         @-ms-keyframes -amp-start {
  48.             from {
  49.                 visibility: hidden;
  50.             }
  51.  
  52.             to {
  53.                 visibility: visible;
  54.             }
  55.         }
  56.  
  57.         @-o-keyframes -amp-start {
  58.             from {
  59.                 visibility: hidden;
  60.             }
  61.  
  62.             to {
  63.                 visibility: visible;
  64.             }
  65.         }
  66.  
  67.         @keyframes -amp-start {
  68.             from {
  69.                 visibility: hidden;
  70.             }
  71.  
  72.             to {
  73.                 visibility: visible;
  74.             }
  75.         }
  76.     </style>
  77.     <noscript>
  78.     <style amp-boilerplate>
  79.         body {
  80.             -webkit-animation: none;
  81.             -moz-animation: none;
  82.             -ms-animation: none;
  83.             animation: none;
  84.         }
  85.     </style></noscript>
  86.     <script async src="https://cdn.ampproject.org/v0.js"></script>
  87. </head>
  88. <body>
  89.     <h1>Welcome to the mobile web</h1>
  90. </body>
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment