-
Notifications
You must be signed in to change notification settings - Fork 0
/
archive.html
105 lines (91 loc) · 3.62 KB
/
archive.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=1">
<meta name="renderer" content="webkit">
<meta name="google" value="notranslate">
<meta name="robots" content="index,follow">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="泛海">
<meta name="twitter:description" content="知行合一">
<meta name="twitter:image:src" content="https://csnzf.github.io/images/avatar.png">
<meta property="og:url" content="https://csnzf.github.io">
<meta property="og:title" content="泛海">
<meta property="og:description" content="知行合一">
<meta property="og:site_name" content="泛海">
<meta property="og:image" content="https://csnzf.github.io/images/avatar.png">
<meta property="og:type" content="website">
<meta name="robots" content="noodp">
<meta itemprop="name" content="泛海">
<meta itemprop="description" content="知行合一">
<meta itemprop="image" content="https://csnzf.github.io/images/avatar.png">
<link rel="canonical" href="https://csnzf.github.io">
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-itouch-icon" href="/favicon.png">
<link rel="stylesheet" href="/bundle/index.css">
<script type="text/javascript">
var timeSinceLang = {
year: '年前',
month: '个月前',
day: '天前',
hour: '小时前',
minute: '分钟前',
second: '秒前'
};
var root = '';
</script>
<meta name="keywords" content="泛海, 知行合一">
<meta name="description" content="知行合一">
<meta name="author" content="">
<title>泛海</title>
</head>
<body>
<article class="container">
<header class="header-wrap">
<a class="index" href="/">
<img class="logo" src="/images/avatar.png" />
泛海
</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>
</header>
<article class="main archive">
<header class="site">
<h1 class="title">泛海</h1>
<h2 class="subtitle">知行合一</h2>
</header>
<header class="header">
<span class="title">归档 -</span>
<span class="subtitle">1 篇文章</span>
</header>
<ul class="archive-list">
<li class="archive-item">
<div class="archive-year">2020</div>
<ul class="article-list">
<li class="article-item">
<span class="date">2020-06-30</span>
<a href="hello-world.html">Hello, world</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.chole.io/" target="_blank">Ink</a></span>
</footer>
</body>
<script src="/bundle/index.js"></script>
</html>