-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (70 loc) · 2.24 KB
/
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
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
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hve Notes</title>
<link rel="shortcut icon" href="https://blackplume233.github.io//favicon.ico">
<link rel="stylesheet" href="https://blackplume233.github.io//styles/main.css">
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdn.bootcss.com/moment.js/2.23.0/moment.min.js"></script>
</head>
<body>
<div class="main">
<div class="main-content">
<div class="site-header">
<a href="https://blackplume233.github.io/">
<img class="avatar" src="https://blackplume233.github.io//images/avatar.png" alt="" width="80px" height="80px">
</a>
<h1 class="site-title">
Hve Notes
</h1>
<p class="site-description">
温故而知新
</p>
<div class="menu-container">
<a href="/" class="menu">
首页
</a>
<a href="/archives" class="menu">
归档
</a>
<a href="/tags" class="menu">
标签
</a>
<a href="/post/about" class="menu">
关于
</a>
</div>
</div>
<div class="post-container">
<article class="post">
<a href="https://blackplume233.github.io//post/hello-hve-notes">
<h2 class="post-title">Hello Hve Notes</h2>
</a>
<div class="post-info">
<time class="post-time">
· 2018-12-12 ·
</time>
<a href="https://blackplume233.github.io//tag/hvenotes" class="post-tag">
# HveNotes
</a>
</div>
<a href="https://blackplume233.github.io//post/hello-hve-notes" class="post-feature-image" style="background-image: url('https://blackplume233.github.io//post-images/hello-hve-notes.png')">
</a>
<div class="post-abstract">
</di>
</article>
</div>
<div class="pagination-container">
</div>
<div class="site-footer">
Powered by Hve Notes
</div>
<script>
hljs.initHighlightingOnLoad()
</script>
</div>
</div>
</body>
</html>