Skip to content

Commit 1697445

Browse files
committed
update from gridea: 2025-03-10 14:22:48
0 parents  commit 1697445

File tree

21 files changed

+3526
-0
lines changed

21 files changed

+3526
-0
lines changed

404.html

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Page Not Found</title>
8+
<style>
9+
* {
10+
margin: 0;
11+
padding: 0;
12+
}
13+
body {
14+
display: flex;
15+
flex-direction: column;
16+
height: 100vh;
17+
text-align: center;
18+
}
19+
.box {
20+
flex: 1;
21+
display: flex;
22+
justify-content: center;
23+
flex-direction: column;
24+
}
25+
.number {
26+
font-size: 80px;
27+
color: #666;
28+
font-weight: bold;
29+
}
30+
.text {
31+
font-size: 14px;
32+
margin: 24px;
33+
color: #333;
34+
}
35+
.btn-container {
36+
display: flex;
37+
justify-content: center;
38+
}
39+
.btn {
40+
padding: 8px 24px;
41+
display: inline-block;
42+
text-decoration: none;
43+
background: #fff;
44+
border: 2px solid #efefef;
45+
color: #333;
46+
margin: 24px;
47+
border-radius: 20px;
48+
cursor: pointer;
49+
display: flex;
50+
align-items: center;
51+
}
52+
.footer {
53+
padding: 16px;
54+
border-top: 1px solid #efefef;
55+
color: #777;
56+
font-weight: lighter;
57+
}
58+
.footer a {
59+
text-decoration: none;
60+
font-weight: bold;
61+
color: #000;
62+
}
63+
</style>
64+
</head>
65+
<body>
66+
<div class="box">
67+
<div class="number">4 0 4</div>
68+
<div class="text">
69+
Page not found
70+
</div>
71+
<div class="btn-container">
72+
<a class="btn" id="back">
73+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" style="margin-right: 8px;">
74+
<path fill="none" d="M0 0h24v24H0z"/>
75+
<path d="M5.828 7l2.536 2.536L6.95 10.95 2 6l4.95-4.95 1.414 1.414L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 1 0 0-12H5.828z"/>
76+
</svg>
77+
Back
78+
</a>
79+
</div>
80+
</div>
81+
<footer class="footer">
82+
Powered by <a href="https://gridea.dev" target="_blank">Gridea</a>
83+
</footer>
84+
<script>
85+
var back = document.getElementById('back')
86+
back.onclick = function() { console.log('run...'); history.back() }
87+
</script>
88+
</body>
89+
</html>

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
raye.ink

archives/index.html

+169
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
<html>
2+
<head>
3+
<meta charset="utf-8" />
4+
<meta name="viewport" content="width=device-width, initial-scale=1" />
5+
<title>Raye&#39;s Notes</title>
6+
<link rel="shortcut icon" href="https://raye.ink/favicon.ico?v=1741587622356">
7+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
8+
<link rel="stylesheet" href="https://raye.ink/styles/main.css">
9+
<link rel="alternate" type="application/atom+xml" title="Raye&#39;s Notes - Atom Feed" href="https://raye.ink/atom.xml">
10+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700">
11+
12+
13+
14+
<meta name="description" content="山路元无雨,空翠湿人衣" />
15+
</head>
16+
<body>
17+
<div class="main">
18+
<div class="main-content">
19+
<div class="site-header">
20+
<a href="https://raye.ink">
21+
<img class="avatar" src="https://raye.ink/images/avatar.png?v=1741587622356" alt="">
22+
</a>
23+
<h1 class="site-title">
24+
Raye&#39;s Notes
25+
</h1>
26+
<p class="site-description">
27+
山路元无雨,空翠湿人衣
28+
</p>
29+
<div class="menu-container">
30+
31+
32+
<a href="/" class="menu">
33+
首页
34+
</a>
35+
36+
37+
38+
<a href="/archives" class="menu">
39+
归档
40+
</a>
41+
42+
43+
44+
<a href="/tags" class="menu">
45+
标签
46+
</a>
47+
48+
49+
50+
<a href="/post/about" class="menu">
51+
关于
52+
</a>
53+
54+
55+
</div>
56+
<div class="social-container">
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
</div>
69+
</div>
70+
71+
72+
73+
74+
<div class="archives-container">
75+
76+
<h2 class="year">2025</h2>
77+
78+
79+
<a href="https://raye.ink/post/ce-shi-xin-wen-zhang/" class="post">
80+
<h2 class="post-title">
81+
测试新文章
82+
</h2>
83+
<div class="time">2025-03-10</div>
84+
</a>
85+
86+
87+
88+
<a href="https://raye.ink/post/liang-dao-php-fan-xu-lie-hua-ti-mu-fen-xi/" class="post">
89+
<h2 class="post-title">
90+
两道php反序列化题目分析
91+
</h2>
92+
<div class="time">2025-03-07</div>
93+
</a>
94+
95+
96+
97+
<a href="https://raye.ink/post/gridea-shi-yong-bao-gao/" class="post">
98+
<h2 class="post-title">
99+
Gridea使用报告
100+
</h2>
101+
<div class="time">2025-03-07</div>
102+
</a>
103+
104+
105+
106+
107+
108+
109+
110+
<h2 class="year">2023</h2>
111+
112+
113+
114+
115+
116+
117+
118+
119+
<a href="https://raye.ink/post/llm-cheat1/" class="post">
120+
<h2 class="post-title">
121+
通过命令提示注入来攻击大语言模型
122+
</h2>
123+
<div class="time">2023-06-14</div>
124+
</a>
125+
126+
127+
128+
129+
130+
<h2 class="year">2018</h2>
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
<a href="https://raye.ink/post/hello-gridea/" class="post">
142+
<h2 class="post-title">
143+
Hello Gridea
144+
</h2>
145+
<div class="time">2018-12-12</div>
146+
</a>
147+
148+
149+
150+
</div>
151+
152+
153+
<div class="pagination-container">
154+
155+
156+
</div>
157+
158+
159+
<div class="site-footer">
160+
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a>
161+
<a class="rss" href="https://raye.ink/atom.xml" target="_blank">
162+
<i class="ri-rss-line"></i> RSS
163+
</a>
164+
</div>
165+
166+
</div>
167+
</div>
168+
</body>
169+
</html>

0 commit comments

Comments
 (0)