-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtag.html
More file actions
108 lines (90 loc) · 4.75 KB
/
Copy pathtag.html
File metadata and controls
108 lines (90 loc) · 4.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=1">
<meta name="keywords" content="木子手记, 技术文档、读书札记及零散的思想碎片">
<meta name="description" content="技术文档、读书札记及零散的思想碎片">
<link rel="stylesheet" href="/css/index.css">
<title>木子手记</title>
</head>
<body>
<article class="container">
<a class="index" href="/">木子手记</a>
<ul class="menu">
<li class="menu-item"><a href="/archive.html">归档</a></li>
<li class="menu-item"><a href="/tag.html">标签</a></li>
<li class="menu-item"><a href="/atom.xml">订阅</a></li>
</ul>
<article class="main tag">
<header class="site">
<h1 class="title">木子手记</h1>
<h2 class="subtitle">技术文档、读书札记及零散的思想碎片</h2>
</header>
<header class="header">
<span class="title">标签</span>
<span class="subtitle">3 篇文章</span>
</header>
<ul class="tag-list">
<li class="tag-item">
<div class="tag-name">视觉格式化模型<span class="tag-count"> (1)</span></div>
<ul class="article-list">
<li class="article-item">
<span class="date">2015-10-29</span>
<a href="post/2015/10/29/replaced-element.html">视觉格式化模型之替换元素与非替换元素</a>
</li>
</ul>
</li>
<li class="tag-item">
<div class="tag-name">Nodejs<span class="tag-count"> (1)</span></div>
<ul class="article-list">
<li class="article-item">
<span class="date">2015-11-03</span>
<a href="post/2015/11/03/nodejs-mock-server.html">用Nodejs写一个Mock Server</a>
</li>
</ul>
</li>
<li class="tag-item">
<div class="tag-name">Mock Server<span class="tag-count"> (1)</span></div>
<ul class="article-list">
<li class="article-item">
<span class="date">2015-11-03</span>
<a href="post/2015/11/03/nodejs-mock-server.html">用Nodejs写一个Mock Server</a>
</li>
</ul>
</li>
<li class="tag-item">
<div class="tag-name">CSS属性探秘<span class="tag-count"> (1)</span></div>
<ul class="article-list">
<li class="article-item">
<span class="date">2015-11-08</span>
<a href="post/2015/11/08/css-margin.html">CSS属性探秘之margin</a>
</li>
</ul>
</li>
<li class="tag-item">
<div class="tag-name">CSS<span class="tag-count"> (1)</span></div>
<ul class="article-list">
<li class="article-item">
<span class="date">2015-11-08</span>
<a href="post/2015/11/08/css-margin.html">CSS属性探秘之margin</a>
</li>
</ul>
</li>
</ul>
</article>
</article>
<footer class="footer">
<span class="copyright">
木子手记 ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</span>
<span class="publish">Powered by <a href="http://www.inkpaper.io/" target="_blank">Ink</a></span>
</footer>
</body>
<script src="/js/jquery-1.11.2.min.js"></script>
<script src="/js/index.js"></script>
</html>