-
Notifications
You must be signed in to change notification settings - Fork 0
/
pop.html
35 lines (33 loc) · 885 Bytes
/
pop.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
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 300px;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.content {
padding: 10px;
line-height: 2;
}
a {
outline: none;
color: #000;
}
</style>
</head>
<body>
<div class="content">
<p>Markdown toc for github document</p>
<p>By: <a target="_blank" href="http://www.lwl.tech">liuwanlin</a></p>
<p>Mail: <a target="_blank" href="mailto:[email protected]">[email protected]</a></p>
<p>GitHub: <a target="_blank" href="https://github.com/ekoooo/github-toc-chrome-extension">github-toc-chrome-extension</a></p>
</div>
</body>
</html>