-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (30 loc) · 857 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
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<title>Blog of Markdown</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="col1 link_lists">
<h1>Blog of Markdown</h1>
<p>Built with shell, make and love.</p>
<h2>Posts</h2>
<ul>
<li><a href="posts/2019-06-30/doc.html">2019-06-30: Launching Blog of Markdown</a></li>
<li><a href="all_Posts.html">Archive</a></li>
</ul>
<h2>Articles</h2>
<ul>
<li><a href="articles/blog_of_markdown/doc.html">2019-06-30: Blog of Markdown</a></li>
<li><a href="all_Articles.html">Archive</a></li>
</ul>
<h2>Topics</h2>
<p><a href="topic_Publishing.html">Publishing</a>
<a href="topic_Software.html">Software</a>
<a href="topic_Web.html">Web</a></p>
</div>
</body>
</html>