-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
43 lines (35 loc) · 1.75 KB
/
404.html
File metadata and controls
43 lines (35 loc) · 1.75 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="/static/css/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/static/css/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/static/css/print.css" media="print" />
<title> 404 </title>
</head>
<body>
<header>
<div class="inner">
<h2 class="innerTitle"> 404 找不到页面 | 404 NOT FOUND </h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<p>此页面可能丢失,或者正在开发中。请检查网址是否正确或回到主页面重新导航。</p>
<p>This page may be missing or is still in development. Please check if the URL is correct or return to the main page to re-navigate.</p>
<h2> 悖论 </h2>
<hr />
<p> 当你进入<a href="/404.html">https://featurehouse.github.io/404.html</a>,请你思考一个问题:是你的浏览器真的在访问404页面,还是因为它找不到404.html才给你显示404页面呢? </p>
<a href="/index.html" > 回到主页 </a>
<h2> Paradox </h2>
<hr />
<p>When you enter <a href='/404.html'> https://featurehouse.github.io/404.html</a>, please think: Is your browser really connecting to a 404 page, or is your browser cannot find 404.html thus showing you this 404 page? </p>
<a href="/en/index.html" > Back to Homepage </a>
</section>
</div>
</div>
</body>
</html>