-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
63 lines (59 loc) · 3.4 KB
/
Copy path404.html
File metadata and controls
63 lines (59 loc) · 3.4 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>页面未找到 | Ray Chen</title>
<meta name="description" content="404 - 页面未找到 | Ray Chen's Website">
<link rel="canonical" href="https://rayawa.top/404.html">
<link rel="apple-touch-icon" href="https://rayawa.top/ray.jpg">
<meta property="og:type" content="website">
<meta property="og:url" content="https://rayawa.top/404.html">
<meta property="og:title" content="404 - 页面未找到 | Ray Chen">
<meta property="og:description" content="页面未找到 - Ray Chen's Website">
<meta property="og:image" content="https://rayawa.top/ray.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="zh_CN">
<meta property="og:site_name" content="Ray Chen's Website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://rayawa.top/404.html">
<meta name="twitter:title" content="404 - Page Not Found | Ray Chen">
<meta name="twitter:description" content="Page not found - Ray Chen's Website">
<meta name="twitter:image" content="https://rayawa.top/ray.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="/static/css/common.css">
<link rel="stylesheet" href="/static/css/404.css">
</head>
<body>
<div id="particles-js"></div>
<main class="wrap">
<section class="card" aria-labelledby="title404">
<h1 id="title404">404</h1>
<div class="lang-block">
<img src="/static/resources/cn.svg" alt="" class="lang-flag">
<strong>悖论</strong>
<p>当你进入 https://rayawa.top/404.html,请你思考一个问题:是你的浏览器真的在访问404页面,还是因为它找不到404.html才给你显示404页面呢?</p>
</div>
<div class="lang-block">
<img src="/static/resources/uk.svg" alt="" class="lang-flag">
<strong>Paradox</strong>
<p>When you enter https://rayawa.top/404.html, think about this: is your browser truly visiting a 404 page, or is it showing you a 404 page because it cannot find 404.html?</p>
</div>
<div class="lang-block">
<img src="/static/resources/fr.svg" alt="" class="lang-flag">
<strong>Paradoxe</strong>
<p>Lorsque vous entrez https://rayawa.top/404.html, réfléchissez à ceci : votre navigateur visite-t-il vraiment une page 404, ou l'affiche-t-il parce qu'il ne trouve pas 404.html ?</p>
</div>
<div class="home-links">
<a class="home-link" href="/">返回首页 / Back to Home / Retour à l'accueil</a>
</div>
</section>
</main>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="/static/js/common.js"></script>
</body>
</html>