Skip to content

Commit 2a80614

Browse files
committed
Site updated: 2024-09-11 01:24:20
1 parent 3def77b commit 2a80614

File tree

1,379 files changed

+1071730
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,379 files changed

+1071730
-0
lines changed

404.html

+137
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" >
5+
<meta name="viewport" content="width=1080px">
6+
<meta name="renderer" content="webkit">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
8+
<meta name="description" content="404 Not Found:该页无法显示">
9+
10+
<title>404 Not Found:该页无法显示 | 三水のBlog</title>
11+
<link rel="dns-prefetch" href="https://sanshui.findn.cn">
12+
<link rel="alternative" href="/atom.xml" title="三水のBlog" type="application/atom+xml">
13+
<link rel="icon" href="/img/favicon.png">
14+
<link rel="stylesheet" type="text/css" href="/css/main.0cf68a.css">
15+
<style type="text/css">
16+
.catch-the-cat canvas{
17+
max-width: 600px;
18+
width: 100%;
19+
height: auto;
20+
margin: 10px 10px 10px 10px;
21+
}
22+
.errorpPage-operate .operateBtn {
23+
width: 180px;
24+
height: 28px;
25+
margin-left: 0px;
26+
margin-top: 10px;
27+
background: #009CFF;
28+
border-bottom: 4px solid #0188DE;
29+
text-align: center;
30+
display: inline-block;
31+
font-size: 14px;
32+
color: #fff;
33+
}
34+
35+
.errorpPage-operate .operateBtn:hover {
36+
background: #5BBFFF;
37+
}
38+
.title {
39+
font-size: 20px;
40+
margin-top: 15px;
41+
font-weight: 700;
42+
color: rgb(0, 136, 204);
43+
display: inline;
44+
}
45+
</style>
46+
47+
48+
</head>
49+
50+
<body style="background: #fff;">
51+
52+
53+
<article id="page-404" class="article article-type-page " itemscope itemprop="blogPost">
54+
<header class="article-header">
55+
<h1 class="article-title_code_ant" itemprop="name"><a href="javascript:window.location.reload()">404 Not Found:该页无法显示 </a></h1>
56+
</header>
57+
58+
<div align="center">
59+
<div class="title">游戏《圈小猫》</div>
60+
<div id="catch-the-cat" class="catch-the-cat" align="center"></div>
61+
<div class="errorpPage-operate">
62+
<a href="javascript:window.location.reload()" class="operateBtn" title="刷新试试">刷新试试</a>
63+
<a href="/" class="operateBtn" title="返回首页">返回首页</a>
64+
</div>
65+
</div>
66+
</article>
67+
68+
<script src="https://qiniu.findn.cn/blog/static/js/phaser.min.js"></script>
69+
<script src="https://qiniu.findn.cn/blog/static/js/catch-the-cat.js"></script>
70+
<script>
71+
window.game = new CatchTheCatGame({
72+
w: 11,
73+
h: 11,
74+
r: 20,
75+
backgroundColor: 0xffffff,
76+
parent: 'catch-the-cat',
77+
statusBarAlign: 'center',
78+
credit: '三水のBlog'
79+
});
80+
</script>
81+
82+
<!--添加爱心鼠标特效-->
83+
<script type="text/javascript">
84+
! function (e, t, a) {
85+
function n() {
86+
c(".heart{width: 10px;height: 10px;position: fixed;background: #f00;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);}.heart:after,.heart:before{content: '';width: inherit;height: inherit;background: inherit;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;position: fixed;}.heart:after{top: -5px;}.heart:before{left: -5px;}"), o(), r()
87+
}
88+
89+
function r() {
90+
for (var e = 0; e < d.length; e++) d[e].alpha <= 0 ? (t.body.removeChild(d[e].el), d.splice(e, 1)) : (d[e].y--, d[e].scale += .004, d[e].alpha -= .013, d[e].el.style.cssText = "left:" + d[e].x + "px;top:" + d[e].y + "px;opacity:" + d[e].alpha + ";transform:scale(" + d[e].scale + "," + d[e].scale + ") rotate(45deg);background:" + d[e].color + ";z-index:99999");
91+
requestAnimationFrame(r)
92+
}
93+
94+
function o() {
95+
var t = "function" == typeof e.onclick && e.onclick;
96+
e.onclick = function (e) {
97+
t && t(), i(e)
98+
}
99+
}
100+
101+
function i(e) {
102+
var a = t.createElement("div");
103+
a.className = "heart", d.push({
104+
el: a,
105+
x: e.clientX - 5,
106+
y: e.clientY - 5,
107+
scale: 1,
108+
alpha: 1,
109+
color: s()
110+
}), t.body.appendChild(a)
111+
}
112+
113+
function c(e) {
114+
var a = t.createElement("style");
115+
a.type = "text/css";
116+
try {
117+
a.appendChild(t.createTextNode(e))
118+
} catch (t) {
119+
a.styleSheet.cssText = e
120+
}
121+
t.getElementsByTagName("head")[0].appendChild(a)
122+
}
123+
124+
function s() {
125+
return "rgb(" + ~~(255 * Math.random()) + "," + ~~(255 * Math.random()) + "," + ~~(255 * Math.random()) + ")"
126+
}
127+
var d = [];
128+
e.requestAnimationFrame = function () {
129+
return e.requestAnimationFrame || e.webkitRequestAnimationFrame || e.mozRequestAnimationFrame || e.oRequestAnimationFrame || e.msRequestAnimationFrame || function (e) {
130+
setTimeout(e, 1e3 / 60)
131+
}
132+
}(), n()
133+
}(window, document);
134+
</script>
135+
136+
</body>
137+
</html>

404/404-NotFound.md

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: 404 Not Found:该页无法显示
3+
abbrlink: 404
4+
no_word_count: true
5+
no_date: true
6+
no_declare: true
7+
no_toc: true
8+
no_reward: true
9+
no_comments: true
10+
---
11+
12+
<!DOCTYPE html>
13+
<html>
14+
<head>
15+
<title>404 Not Found</title>
16+
17+
<meta http-equiv="keywords" content="404页面">
18+
<meta http-equiv="description" content="404页面">
19+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
20+
21+
<style type="text/css">
22+
* {
23+
margin: 0px;
24+
padding: 0px;
25+
/*font-family: "微软雅黑";*/
26+
/*font-size: 16px;*/
27+
}
28+
29+
h1,h2 {
30+
margin: 0;
31+
font-weight: normal;
32+
font-family: "微软雅黑";
33+
}
34+
35+
.errorpPage-box h1 {
36+
font-size: 44px;
37+
color: #0188DE;
38+
padding: 20px 0px 10px;
39+
}
40+
41+
.errorpPage-box h2 {
42+
color: #0188DE;
43+
font-size: 16px;
44+
padding: 10px 0px 40px;
45+
}
46+
47+
.errorpPage-box p {
48+
color: #666;
49+
}
50+
51+
.errorpPage-box {
52+
/*width: 910px;*/
53+
padding: 20px 20px 40px;
54+
margin-top: 80px;
55+
/*border-style: dashed;*/
56+
border-color: #e4e4e4;
57+
line-height: 30px;
58+
margin-left: auto;
59+
margin-right: auto;
60+
}
61+
62+
.errorpPage-operate .operateBtn {
63+
width: 180px;
64+
height: 28px;
65+
margin-left: 0px;
66+
margin-top: 10px;
67+
background: #009CFF;
68+
border-bottom: 4px solid #0188DE;
69+
text-align: center;
70+
display: inline-block;
71+
font-size: 14px;
72+
color: #fff;
73+
}
74+
75+
.errorpPage-operate .operateBtn:hover {
76+
background: #5BBFFF;
77+
}
78+
</style>
79+
</head>
80+
81+
<body>
82+
<div class="errorpPage-box">
83+
<h1>对不起!发生了一些意想不到的错误。</h1>
84+
<h2>Sorry, the site now can not be accessed.</h2>
85+
<p>请联系系统管理员进行处理,我们会尽快修复。您可以:</p>
86+
87+
<div class="errorpPage-operate">
88+
<a href="javascript:window.location.reload()" class="operateBtn" title="刷新试试">刷新试试</a>
89+
<a href="/" class="operateBtn" title="返回首页">返回首页</a>
90+
</div>
91+
</div>
92+
93+
</body>
94+
</html>

404/404-cat.md

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: 404 Not Found:该页无法显示
3+
abbrlink: 404
4+
no_word_count: true
5+
no_date: true
6+
no_declare: true
7+
no_toc: true
8+
no_share: true
9+
no_reward: true
10+
no_comments: true
11+
no_share: true
12+
no_footer: true
13+
---
14+
15+
<html>
16+
<head>
17+
<title>404 Not Found:该页无法显示</title>
18+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
19+
<meta name="viewport" content="width=1000px">
20+
21+
<style>
22+
.catch-the-cat canvas{
23+
max-width: 600px;
24+
width: 100%;
25+
height: auto;
26+
margin: 15px 0px 10px -30px;
27+
}
28+
.errorpPage-operate .operateBtn {
29+
width: 180px;
30+
height: 28px;
31+
margin-left: 0px;
32+
margin-top: 10px;
33+
background: #009CFF;
34+
border-bottom: 4px solid #0188DE;
35+
text-align: center;
36+
display: inline-block;
37+
font-size: 14px;
38+
color: #fff;
39+
}
40+
41+
.errorpPage-operate .operateBtn:hover {
42+
background: #5BBFFF;
43+
}
44+
</style>
45+
</head>
46+
47+
<body>
48+
49+
<hr>
50+
<div align="center">
51+
<h1>对不起!发生了一些意想不到的错误。</h1>
52+
<div class="errorpPage-operate">
53+
<a href="javascript:window.location.reload()" class="operateBtn" title="刷新试试">刷新试试</a>
54+
<a href="/" class="operateBtn" title="返回首页">返回首页</a>
55+
</div>
56+
</div>
57+
58+
<div id="catch-the-cat" class="catch-the-cat" align="center"></div>
59+
<script src="https://qiniu.findn.cn/blog/static/js/phaser.min.js"></script>
60+
<script src="https://qiniu.findn.cn/blog/static/js/catch-the-cat.js"></script>
61+
<script>
62+
window.game = new CatchTheCatGame({
63+
w: 11,
64+
h: 11,
65+
r: 20,
66+
backgroundColor: 0xffffff,
67+
parent: 'catch-the-cat',
68+
statusBarAlign: 'center',
69+
credit: '三水のBlog'
70+
});
71+
</script>
72+
73+
</body>
74+
</html>

404/404-tencent.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: 404 Not Found:该页无法显示
3+
abbrlink: 404
4+
no_word_count: true
5+
no_date: true
6+
no_declare: true
7+
no_toc: true
8+
no_reward: true
9+
no_comments: true
10+
---
11+
12+
<!DOCTYPE html>
13+
<html>
14+
<head>
15+
<meta charset="UTF-8" />
16+
<title>404</title>
17+
</head>
18+
<body>
19+
<script type="text/javascript" src="//qzonestyle.gtimg.cn/qzone/hybrid/app/404/search_children.js" homePageName="返回首页" homePageUrl="https://sanshui.findn.cn"></script>
20+
</body>
21+
</html>

placeholder CNAME

File renamed without changes.

0 commit comments

Comments
 (0)