-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (117 loc) · 3.27 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--Description-->
<!--Author-->
<meta name="author" content="aninchiron">
<!--Open Graph Title-->
<meta property="og:title" content="旋转跳跃喔">
<!--Open Graph Description-->
<!--Open Graph Site Name-->
<meta property="og:site_name" content="旋转跳跃喔">
<!--Type page-->
<meta property="og:type" content="website">
<!--Page Cover-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Title -->
<title>旋转跳跃喔</title>
<script type="text/javascript" src="/js/preview_img.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ef2d21ef15c004432707e8cd6ef77bcd";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<link rel="shortcut icon" href="/images/favicon.png">
<!-- Custom CSS/Sass -->
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<!-- Main Content -->
<div class="home">
<!-- 首页文章列表模版 -->
<div class="article-entry">
<article class="entry-box">
<div class="entry-content">
<h4>
<a href="/2021/01/26/something-about-reselect/" rel="bookmark">
Jan 26 2021
</a>
</h4>
<h1>
<a href="/2021/01/26/something-about-reselect/" rel="bookmark">
关于reselect的xxx
</a>
</h1>
<p>
<a href="/2021/01/26/something-about-reselect/" rel="bookmark">
reselect源码分析
</a>
</p>
</div>
</article>
</div>
<!-- 首页文章列表模版 -->
<div class="article-entry">
<article class="entry-box">
<div class="entry-logo">
<a href="/2019/07/24/something-about-redux/" rel="bookmark">
<img src="https://i.loli.net/2019/07/31/5d414c333c32947725.jpg" alt="关于 redux 的 xxx">
</a>
</div>
<div class="entry-content">
<h4>
<a href="/2019/07/24/something-about-redux/" rel="bookmark">
Jul 24 2019
</a>
</h4>
<h1>
<a href="/2019/07/24/something-about-redux/" rel="bookmark">
关于 redux 的 xxx
</a>
</h1>
<p>
<a href="/2019/07/24/something-about-redux/" rel="bookmark">
学习 redux,记录源码分析
</a>
</p>
</div>
</article>
</div>
</div>
<!-- Nav -->
<div class="site-header">
<div>
<div class="lyric ">旋转,跳跃喔,他感到每条路都在头疼 《一个短篇》</div>
</div>
<nav class="navbar">
<a
href="/."
>
主页
</a>
<a
href="/archives"
>
归档
</a>
</nav>
</div>
<!-- Footer -->
<!-- Footer-widgets -->
<!-- Footer -->
<footer class="site-info">
<p>
<a href="http://www.beian.miit.gov.cn/" target="_blank"
>京ICP备19004402号</a
>
</p>
</footer>
</body>
</html>