-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (92 loc) · 3.26 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
LR</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="website">
<meta property="og:title" content="LR">
<meta property="og:url" content="https://lunnyria.github.io/index.html">
<meta property="og:site_name" content="LR">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="LunnyRia">
<meta name="twitter:card" content="summary">
<link rel="stylesheet" href="https://lunnyria.github.io/css/markdown.css">
<link rel="stylesheet" href="https://lunnyria.github.io/css/july.css">
<meta name="generator" content="Hexo 5.4.2"></head>
<body>
<div id="banner-outer" class="hidden">
<div id="banner-image" style="background-image: url()"></div>
<img src="/img/avatar.jpg" id="avatar">
</div>
<div id="menu-outer">
<div id="menu-inner">
<a class="active" href="https://lunnyria.github.io/index.html">Home</a>
<a class="false" href="https://lunnyria.github.io/archives/index.html">Archives</a>
<a class="false" href="https://lunnyria.github.io/about/index.html">About</a>
</div>
</div>
<div id="content-outer" class="container">
<div id="content-inner">
<div id="recent-posts">
<h3 class="widget-title">Recent Posts</h3>
<div class="recent-post-item">
<a href="/arts/arts-4/">【读书存档】The Love Hypothesis</a>
<time datetime="2022-05-17T16:08:24.000Z">
May 18, 2022
</time>
</div>
<div class="recent-post-item">
<a href="/arts/arts-3/">【歌词存档】ilem-深夜诗人</a>
<time datetime="2022-05-03T17:04:40.000Z">
May 04, 2022
</time>
</div>
<div class="recent-post-item">
<a href="/arts/arts-2/">【歌词存档】ilem-上山岗</a>
<time datetime="2022-05-03T16:56:41.000Z">
May 04, 2022
</time>
</div>
<div class="recent-post-item">
<a href="/arts/arts-1/">【歌词存档】ilem-白鸟过河滩</a>
<time datetime="2022-05-03T11:26:35.000Z">
May 03, 2022
</time>
</div>
</div>
<div id="paginator">
<span class="page-number current">1</span>
</div>
</div>
</div>
<div id="bottom-outer">
<div id="bottom-inner">
2019-2022 LunnyRia
</div>
</div>
<div id="to-top">
<i class="iconfont icon-up"></i>
</div>
<script src="https://lunnyria.github.io/js/jquery-3.4.1.min.js"></script>
<script src="https://lunnyria.github.io/js/highlight-9.13.1.min.js"></script>
<script src="https://lunnyria.github.io/js/transition.js"></script>
<script src="https://lunnyria.github.io/js/smooth-scroll.min.js"></script>
<script>
$(function () {
$(window).scroll(function () {
if ($(window).scrollTop() > 150) {
$("#to-top").fadeIn();
} else {
$("#to-top").fadeOut();
}
});
$("#to-top").click(function () {
$("body,html").animate({scrollTop: 0}, 500);
return false;
})
})
</script>
</body>
</html>