-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathheader.html
More file actions
33 lines (33 loc) · 879 Bytes
/
header.html
File metadata and controls
33 lines (33 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html amp>
<head>
<meta charset="utf-8">
<title>Lorem Ipsum | PublisherName</title>
<link rel="canonical" href="amps.html" >
<style amp-custom>
p {
font-size: 1.2em;
text-align: justify;
color: #222;
line-height: 1.6em;
margin-bottom: 1.5em;
}
body{
padding: 2em;
width: 80%;
margin: auto;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h1 a {
text-decoration: none;
color: #4a4a4a;
font-size: 1.5em;
margin-bottom: 0.5em;
font-weight: bold;
}
</style>
<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>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
<body>