-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.84 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 2.84 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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>
<h1><a href="/posts/post-1.html">Post 1</a></h1><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi</p>
<h1><a href="/posts/joe-bloggs\ngoes-for-a-swim\n.html">Joe Bloggs\nGoes for a swim\n</a></h1><h1><a href="/posts/post-4-new-post,-the-toil-of-tormod.html">Post 4 new post, the toil of tormod</a></h1><p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<h1><a href="/posts/testing-remarkable-is-working.html">Testing Remarkable is Working</a></h1><p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<h1><a href="/posts/example-title.html">Example title</a></h1><p>blablabla</p>
<h1><a href="/posts/post-3-title-is-so-awesome.html">Post 3 Title is So Awesome</a></h1><p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<h1><a href="/posts/post-title-goes-here.html">Post Title Goes Here</a></h1><p>Nostra erat mauris hendrerit morbi sed risus, hac integer amet aenean et nulla, ultricies dictumst orci mi ipsum consectetur ante viverra ut porta purus porta eleifend ornare, adipiscing curabitur luctus posuere ante mi.</p>
<p>Aenean condimentum diam viverra id sem urna dolor curabitur inceptos, ornare id aliquet justo tempor curabitur eget amet cubilia, aptent mollis aliquet ullamcorper lacus nostra quisque class.</p>
</body>
</html>