Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Amp Boiler plate changes to be done after validator changes to suppor…
…t the new boilerplate code is in.
Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -35,7 +35,7 @@ AMP HTML works by including the AMP JS library and adding a bit of boilerplate t
<meta charset =" utf-8" >
<link rel =" canonical" href =" hello-world.html" >
<meta name =" viewport" content =" width=device-width,minimum-scale=1,initial-scale=1" >
<style >body { opacity : 0 } </style ><noscript ><style >body { opacity : 1 } </style ></noscript >
<style amp-boilerplate >body { -webkit-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; -moz-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; -ms-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; animation :-amp-start 8 s steps ( 1 , end ) 0 s 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 src =" https://cdn.ampproject.org/v0.js" ></script >
</head >
<body >Hello World!</body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,7 +26,7 @@ The basic AMP HTML page includes the following mark-up:
]
}
</script >
<style >body { opacity : 0 } </style ><noscript ><style >body { opacity : 1 } </style ></noscript >
<style amp-boilerplate >body { -webkit-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; -moz-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; -ms-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; animation :-amp-start 8 s steps ( 1 , end ) 0 s 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 src =" https://cdn.ampproject.org/v0.js" ></script >
</head >
<body >
@@ -46,7 +46,7 @@ AMP HTML documents MUST
- <a name="chrs"></a>contain a `<meta charset="utf-8">` tag as the first child of their head tag.
- <a name="vprt"></a>contain a `<meta name="viewport" content="width=device-width,minimum-scale=1">` tag inside their head tag. It's also recommended to include `initial-scale=1` .
- <a name="scrpt"></a>contain a `<script async src="https://cdn.ampproject.org/v0.js"></script>` tag as the last element in their head.
- <a name="opacity "></a>contain `<style>body {opacity: 0}</style><noscript><style>body {opacity: 1}</style></noscript>` in their head tag.
- <a name="boilerplate "></a>contain the [ AMP boilerplate code ](../spec/amp-boilerplate.md) in their head tag.
Most HTML tags can be used unchanged in AMP HTML.
Certain tags have equivalent custom AMP HTML tags;
@@ -78,7 +78,7 @@ here's the basic AMP HTML page now with an image:
]
}
</script >
<style >body { opacity : 0 } </style ><noscript ><style >body { opacity : 1 } </style ></noscript >
<style amp-boilerplate >body { -webkit-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; -moz-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; -ms-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; animation :-amp-start 8 s steps ( 1 , end ) 0 s 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 src =" https://cdn.ampproject.org/v0.js" ></script >
</head >
<body >
@@ -118,7 +118,7 @@ inlined stylesheet:
]
}
</script >
<style >body { opacity : 0 } </style ><noscript ><style >body { opacity : 1 } </style ></noscript >
<style amp-boilerplate >body { -webkit-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; -moz-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; -ms-animation :-amp-start 8 s steps ( 1 , end ) 0 s 1 normal both ; animation :-amp-start 8 s steps ( 1 , end ) 0 s 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 >
<style amp-custom >
/* any custom style goes here; and remember, body margin can not be declared */
body {
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -18,7 +18,7 @@
background-color : red;
}
</ style >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -58,7 +58,7 @@
</ style >
< script async custom-element ="amp-analytics " src ="https://cdn.ampproject.org/v0/amp-analytics-0.1.js "> </ script >
< script async custom-element ="amp-user-notification " src ="https://cdn.ampproject.org/v0/amp-user-notification-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -14,7 +14,7 @@
}
</ style >
< script async custom-element ="amp-analytics " src ="https://cdn.ampproject.org/v0/amp-analytics-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -142,7 +142,7 @@
< script async custom-element ="amp-analytics " src ="https://cdn.ampproject.org/v0/amp-analytics-0.1.js "> </ script >
< script async custom-element ="amp-access " src ="https://cdn.ampproject.org/v0/amp-access-0.1.js "> </ script >
< script async custom-template ="amp-mustache " src ="https://cdn.ampproject.org/v0/amp-mustache-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
< script async src ="./viewer-integr.js "> </ script >
</ head >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -145,7 +145,7 @@
}
</ style >
< script async custom-element ="amp-lightbox " src ="https://cdn.ampproject.org/v0/amp-lightbox-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -7,7 +7,7 @@
< meta name ="viewport " content ="width=device-width,minimum-scale=1,initial-scale=1 ">
< link href ='https://fonts.googleapis.com/css?family=Georgia|Open+Sans|Roboto ' rel ='stylesheet ' type ='text/css '>
< script async custom-element ="amp-brightcove " src ="https://cdn.ampproject.org/v0/amp-brightcove-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -10,7 +10,7 @@
< link href ='https://fonts.googleapis.com/css?family=Questrial ' rel ='stylesheet ' type ='text/css '>
< script async custom-element ="amp-iframe " src ="https://cdn.ampproject.org/v0/amp-iframe-0.1.js "> </ script >
< script async custom-element ="amp-youtube " src ="https://cdn.ampproject.org/v0/amp-youtube-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
< style amp-custom >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -93,7 +93,7 @@
< script async custom-element ="amp-lightbox " src ="https://cdn.ampproject.org/v0/amp-lightbox-0.1.js "> </ script >
< script async custom-element ="amp-twitter " src ="https://cdn.ampproject.org/v0/amp-twitter-0.1.js "> </ script >
< script async custom-element ="amp-youtube " src ="https://cdn.ampproject.org/v0/amp-youtube-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
< script async src ="./viewer-integr.js "> </ script >
</ head >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -7,7 +7,7 @@
< meta name ="viewport " content ="width=device-width,minimum-scale=1,initial-scale=1 ">
< link href ='https://fonts.googleapis.com/css?family=Questrial ' rel ='stylesheet ' type ='text/css '>
< script async custom-element ="amp-facebook " src ="https://cdn.ampproject.org/v0/amp-facebook-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -53,7 +53,7 @@
}
</ style >
< script async custom-element ="amp-font " src ="https://cdn.ampproject.org/v0/amp-font-0.1.js "> </ script >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body class ="comic-amp-font-loading comic-amp-bold-font-loading ">
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -12,7 +12,7 @@
background-color : blue;
}
</ style >
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -84,7 +84,7 @@
}
</ script >
<!-- this style tag is required -->
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -42,7 +42,7 @@
}
</ style >
<!-- this style tag is required -->
< style > body { opacity : 0 } </ style > < noscript > < style > body { opacity : 1 }</ style > </ noscript >
< style amp-boilerplate > body { -webkit-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -moz-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; -ms-animation : -amp-start 8 s steps ( 1 , end) 0 s 1 normal both; animation : -amp-start 8 s steps ( 1 , end) 0 s 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 src ="https://cdn.ampproject.org/v0.js "> </ script >
</ head >
< body >
Oops, something went wrong.
Retry
Toggle all file notes
Toggle all file annotations