-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
61 lines (58 loc) · 3.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#585b70">
<link rel="stylesheet" href="https://acertainpersons.github.io/css/index.css" type="text/css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Oxygen|Permanent Marker|Noto Sans Traditional Chinese">
<title>404</title>
<link rel="icon" type="image/x-icon" href="https://acertainpersons.github.io/omg_its_img!/icon.png">
</head>
<body>
<div class="header">
<h1><a href="https://acertainpersons.github.io/index(zh-Hant)">某人的網站</a></h1>
<h1><a href="https://acertainpersons.github.io/index">A CERTAIN PERSON'S WEBSITE</a></h1>
<div class="navbar">
<ul>
<li><a href="https://acertainpersons.github.io/index(zh-Hant).html">主頁</a></li>
<li><a href="https://acertainpersons.github.io/index.html">Home</a></li>
<li><a href="https://acertainpersons.github.io/content(zh-Hant).html">內容</a></li>
<li><a href="https://acertainpersons.github.io/content.html">Content</a></li>
<li><a href="https://acertainpersons.github.io/About(zh-Hant).html">關於</a></li>
<li><a href="https://acertainpersons.github.io/About.html">About</a></li>
<li><a href="https://acertainpersons.github.io/Contacts(zh-Hant).html">聯絡</a></li>
<li><a href="https://acertainpersons.github.io/Contacts.html">Contacts</a></li>
</ul>
</div>
</div>
<div class="bodybody">
<div class="content">
<h2 style="text-align: center; font-family:Oxygen; font-size: 150px; font-weight: 300;">404</h2>
<p style="text-align: center; font-size: 30px; font-family: Noto Sans Traditional Chinese, sans-serif;">此網頁並不存在</p>
<p style="text-align: center; font-size: 30px">This webpage doesn't exist</p>
</div>
<div class="license">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
<br />
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
<br>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="創用 CC 授權條款" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
<br />
<p>本著作採用<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">創用 CC 姓名標示-相同方式分享 4.0 國際 授權條款</a>授權。</p>
</div>
<br>
</div>
<div class="languages">
<ul>
<li>此網站也有以下語言的版本:</li>
<li>This website is also available in:</li>
<li><a href="https://acertainpersons.github.io/index.html">English</a></li>
<li><a href="https://acertainpersons.github.io/index(zh-Hant).html">繁體中文</a></li>
</ul>
</div>
</body>
</html>