-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path404.html
55 lines (55 loc) · 2.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
<!DOCTYPE html>
<html class="gl-page-background" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Refresh" content="3; url=https://GeeLaw.github.io/bio-site/" />
<title>HTTP 404: NOT FOUND</title>
<link href="assets/styles/gl-common.css" type="text/css" rel="stylesheet" />
<link href="assets/styles/gl-common-day.css" type="text/css" rel="stylesheet" />
<link href="assets/styles/gl-accessible.css" type="text/css" rel="stylesheet" />
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
<meta name="IE_RM_OFF" content="true" />
<meta name="format-detection" content="telephone=no" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<style type="text/css">
#post-metadata > h1
{
text-align: center !important;
margin: 0 0 1em 0 !important;
padding: 0 !important;
}
#post-content > p
{
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
}
#post-content > p.gl-tmp-return-home { margin-bottom: 2em; }
</style>
</head>
<body>
<div class="gl-body-wrapper gl-entry">
<div class="gl-main" role="main">
<div id="post-metadata">
<h1>HTTP 404: NOT FOUND</h1>
</div>
<article id="post-content" class="gl-suppress-deco">
<p class="gl-tmp-return-home">Click <a href="https://GeeLaw.github.io/bio-site/">here</a> to go to the home page.</p>
<p lang="en-GB">The requested resource is not found.</p>
<p lang="zh-CN">找不到请求的资源。</p>
<p lang="fr-FR">La ressource demandée n’est pas trouvée.</p>
<p lang="ar" dir="rtl">لم يتم العثور على المورد المطلوب.</p>
<p lang="es-ES">No se ha encontrado el recurso solicitado.</p>
<p lang="ru-RU">Запрашиваемый ресурс не найден.</p>
</article>
</div>
</div>
</body>
</html>