-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1023 Bytes
/
index.html
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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>The collected advice of The Cognicast</title>
<style>
body
{
margin:1em auto;
max-width:40em;
padding:0 .62em;
font:1.2em/1.62em sans-serif;
}
h1, h2, h3 { line-height:1.2em; }
h1 { border-bottom: 1px solid #aaa; }
@media print
{
body
{
max-width:none
}
}
</style>
</head>
<body>
{% capture content %}{% include_relative README.md %}{% endcapture %}{{ content | markdownify }}
<div style="position: fixed; top: 1em; right: 1em;">
[ <a href="https://github.com/Biserkov/cognicast-advice/edit/master/README.md" title="Edit on GitHub">edit</a> ]
</div>
</body>
</html>