-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
69 lines (69 loc) · 2.69 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
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
<!DOCTYPE html>
<html lang="zh-CN,en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>404 Not Found</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<main>
<div class="flex-container">
<div class="hh-container">
<h1>404</h1>
<h2>
页面不见了。<br />
The page is missing.
</h2>
<div class="content">
<p>
很奇怪吗?我也觉得。<br />
但你是怎么找到这个页面的呢?<br />
Feeling strange? Me too. <br />
But how did you end up on this page?
</p>
</div>
</div>
<div class="link-container">
<div class="msg-container">
<svg fill="currentColor" class="msg-svg" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M12 16l4-4-4-4-1 1 1 2H8v2h4l-1 2zm0 6l-4-1-3-2-2-3-1-4 1-4 2-3 3-2 4-1 4 1 3 2 2 3 1 4-1 4-2 3-3 2-4 1" clip-rule="evenodd" />
</svg>
<div class="msg-prompt-wrap">
<p class="msg-prompt-heading">
要不看看别的?<br />
Maybe have a look elsewhere?
</p>
<p class="msg-prompt-prompt">
我的博客和 GitHub 主页:<br />
My blog and GitHub profile page:
</p>
<div class="msg-btn-container">
<a href="https://blog.lsy223622.com">
<button type="button" class="msg-btn-main">Blog</button>
</a>
<a href="https://github.com/lsy223622">
<button type="button" class="msg-btn-secondary">GitHub</button>
</a>
</div>
</div>
</div>
<div class="btn-container">
<a class="btn-content" href="https://lsy223622.com">
<span class="btn-title">HOME</span>
<span class="icon-arrow">
<svg width="66" height="43">
<g id="arrow" fill="#FFF" fill-rule="evenodd" stroke="none" stroke-width="1">
<path id="arrow-icon-one" d="M40 4l4-4h1l21 21a1 1 0 010 1L45 43h-1l-4-4a1 1 0 010-1l17-16v-1L40 5V4z" />
<path id="arrow-icon-two" d="M20 4l4-4h1l21 21a1 1 0 010 1L25 43h-1l-4-4a1 1 0 010-1l17-16v-1L20 5V4z" />
<path id="arrow-icon-three" d="M0 4l4-4h1l21 21a1 1 0 010 1L5 43H4l-4-4v-1l17-16v-1L0 5a1 1 0 010-1z" />
</g>
</svg>
</span>
</a>
</div>
</div>
</div>
</main>
</body>
</html>