Skip to content

Instantly share code, notes, and snippets.

@rayriffy
Created April 4, 2019 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayriffy/5a30f8736b5bde13820cef66cc0e7fd7 to your computer and use it in GitHub Desktop.
Save rayriffy/5a30f8736b5bde13820cef66cc0e7fd7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html amp lang="en">
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<title>AMPHTML</title>
<link rel="canonical" href="https://amp.rayriffy.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Heebo">
<style amp-custom>
html {
font-family: 'Heebo', sans-serif;
}
body {
background-color: #f5f5f5;
}
.container {
width: 40%;
margin: 0 auto 0 auto;
}
</style>
</head>
<body>
<div class="container">
<h2>This is your first AMP page</h2>
<br />
<amp-img src="https://storage.rayriffy.com/files/image/kaguya.png" alt="Kaguya" width="3360" height="2100" layout="responsive"></amp-img>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment