forked from abc3660170/Pengzhihui-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
44 lines (41 loc) · 1.19 KB
/
404.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404</title>
<link rel="stylesheet" href="/404/css/style.css">
<script src="/404/js/jquery.js"></script>
<script src="/404/js/public.js"></script>
</head>
<body>
<div id="content" class="cf">
<div id="duobei_wrap">
<div class="logo_wrap cf">
<a href="http://www.arduino.cn/space-uid-9701.html" id="logo" target="_blank" rel="external"></a>
<div id="title"><i>稚</i><i>晖</i><i>个</i><i>人</i><i>站</i></div>
</div>
<div class="reason">
<p class="not_found_tip">Not Found :( 很抱歉,您访问的页面正在罢工!</p>
<p class="possible">可能原因:</p>
<ul>
<li>您访问的网址有雾...</li>
<li>您访问的网页已被吸进黑洞...</li>
<li>您访问的网页已经被我删除,请带上干脆面联系我...</li>
<li>我正在维护网站,您可以尝试点击小黄人先去论坛翻阅我的帖子...</li>
</ul>
</div>
</div>
<!-- #duobei_wrap -->
<div class="line"></div>
<div class="not_found">
<i class="ribbon"></i>
<div class="not_found_404 cf">
<span>4</span>
<span>0</span>
<span>4</span>
</div>
</div>
<!-- not_found -->
</div>
</body>
</html>