-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dima Voytenko
committed
Jan 13, 2021
1 parent
1ef4890
commit a33b707
Showing
9 changed files
with
680 additions
and
36 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!doctype html> | ||
<html ⚡> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Lorem Ipsum | PublisherName</title> | ||
<link rel="canonical" href="https://medium.com/p/cb7f223fad86" > | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<script async src="https://cdn.ampproject.org/v0.js"></script> | ||
|
||
<style amp-custom> | ||
body { | ||
margin: 0; | ||
font-family: 'Georgia', Serif; | ||
background: white; | ||
} | ||
|
||
</style> | ||
<link href='https://fonts.googleapis.com/css?family=Georgia|Open+Sans|Roboto' rel='stylesheet' type='text/css'> | ||
<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> | ||
</head> | ||
<body> | ||
<div style="height: 0vh">scroll</div> | ||
|
||
<amp-img id="hero-img" | ||
src="img/[email protected]" | ||
srcset="img/[email protected] 1x, img/[email protected] 2x" | ||
layout="responsive" width="360" | ||
height="216"> | ||
</amp-img> | ||
|
||
<amp-img id="ad-img" | ||
src="img/[email protected]" | ||
layout="responsive" width="360" | ||
height="216" | ||
xpri="2" | ||
noprerender> | ||
</amp-img> | ||
|
||
<div style="height: 30vh">scroll</div> | ||
|
||
<amp-img id="offscreen-img" | ||
src="img/clock.jpg" | ||
layout="responsive" width="360" | ||
height="216"> | ||
</amp-img> | ||
|
||
<div style="height: 2000vh">scroll</div> | ||
</body> | ||
</html> |
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
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
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
Oops, something went wrong.