October 2017
Intermediate to advanced
370 pages
8h 57m
English
Let's take a look at the most basic AMP page possible. It consists of the AMP boilerplate code that will be used in every AMP page you write. You can find this code at /ch1/amp.html.
<!doctype html> <html> <head> <meta charset="utf-8"> <script async src="https://cdn.ampproject.org/v0.js"></script> <link rel="canonical" href="https://theampbook.com/ch1/amp.html" /> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1"> <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 ...
Read now
Unlock full access