-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (77 loc) · 2.49 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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Gridea</title>
<link rel="shortcut icon" href="https://github.com/xqwbx163/favicon.ico?v=1658370532279">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://github.com/xqwbx163/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="Gridea - Atom Feed" href="https://github.com/xqwbx163/atom.xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700">
<meta name="description" content="温故而知新" />
</head>
<body>
<div class="main">
<div class="main-content">
<div class="site-header">
<a href="https://github.com/xqwbx163">
<img class="avatar" src="https://github.com/xqwbx163/images/avatar.png?v=1658370532279" alt="">
</a>
<h1 class="site-title">
Gridea
</h1>
<p class="site-description">
温故而知新
</p>
<div class="menu-container">
<a href="https://github.com/xqwbx163/post/guan-yu-ben-zhan" class="menu">
本站说明
</a>
</div>
<div class="social-container">
</div>
</div>
<div class="post-container">
<article class="post">
<a href="https://github.com/xqwbx163/post/clickhouse-sql-ying-yong-1/">
<h2 class="post-title">ClickHouse Sql 应用---1</h2>
</a>
<div class="post-info">
<span>
2022-07-21
</span>
<span>
1 min read
</span>
</div>
<div class="post-abstract">
</div>
</article>
<article class="post">
<a href="https://github.com/xqwbx163/post/guan-yu-ben-zhan/">
<h2 class="post-title">本站说明</h2>
</a>
<div class="post-info">
<span>
2022-07-21
</span>
<span>
1 min read
</span>
</div>
<div class="post-abstract">
</div>
</article>
</div>
<div class="pagination-container">
</div>
<div class="site-footer">
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a>
<a class="rss" href="https://github.com/xqwbx163/atom.xml" target="_blank">
<i class="ri-rss-line"></i> RSS
</a>
</div>
</div>
</div>
</body>
</html>