Skip to content

Instantly share code, notes, and snippets.

@rayriffy
Created April 4, 2019 07:01
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/5a03449632d5ebf96e3ad3692456c242 to your computer and use it in GitHub Desktop.
Save rayriffy/5a03449632d5ebf96e3ad3692456c242 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>
</head>
<body>
This is your first AMP page
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment