-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (51 loc) · 2.13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" name="viewport" />
<link rel="alternate icon" type="image/png" href="/img/favicon.png">
<title>「はなこ in 困倦树海」 | おかえりなさい</title>
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/markdown.css">
<link rel="stylesheet" href="/css/fonts.css">
<meta name="generator" content="Hexo 5.4.2"></head>
<body>
<div class="paper">
<div class="paper-main">
<div class="header">
<a class="logo" href="/">「はなこ in 困倦树海」</a>
<ul class="nav">
<li><a href="/">首页</a></li>
<li><a href="/archives">归档</a></li>
<li><a href="/about">关于</a></li>
</ul>
</div>
<div class="post-list">
<div class="post">
<a class="post-title" href="/2023/01/02/new-year-new-blog/">new year & new blog</a>
<div class="post-except">
新年快乐!这大概是第一篇博文,只是测试一下!
<a class="read-more" href="/2023/01/02/new-year-new-blog/"> ... </a>
</div>
<div class="post-date">2023.01.02</div>
</div>
</div>
<div class="paginator">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="extend next" rel="next" href="/page/2/">下一页</a>
</div>
<div class="footer">
<span>Copyright © 2022 「はなこ in 困倦树海」</span>
<span>Theme Designed By <a target="_blank" href="https://zheli.design/one-paper">這李設計</a></span>
</div>
<link rel="stylesheet" href="/css/a11y-dark.min.css">
<script src="/js/highlight.min.js"></script>
<script src="/js/highlightjs-line-numbers.js"></script>
<script>
hljs.initHighlightingOnLoad();
hljs.initLineNumbersOnLoad();
</script>
</div>
</div>
</body>
</html>