-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
42 lines (41 loc) · 2.08 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
---
permalink: /404.html
---
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="https://langhai.tk/favicon.ico">
<title>ERROR 404</title>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?8e71a5d1ab5122454aa484965a73c546";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<h1 style="text-align: center;font-size: 50px;">404 Page Not Found</h1>
<p style="text-align: center;">Maybe this isn't a correct URL.</p>
<p style="text-align: center;">You can try to contact the site owner <a href="https://github.com/XJLanghai" style="color: rgb(0, 123, 255);text-decoration: none;"><b>XJLanghai</b></a>.</p>
<br><br><br><br><br>
<div style="text-align: center;">
<a href="https://langhai.tk/">
<img src="https://langhai.tk/favicon(64x64).ico">
</a>
</div>
<div style="margin:0 auto;width: 30%;text-align: left;">
<hr>
<h3>XJLanghai's contact information:</h3>
<ul>
<li><a href="mailto:[email protected]" style="color: black;text-decoration: none;" target="_blank">E-mail:[email protected]</a><a href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=L1dFcENOQUhHTkZvXl4BTEBC" target="_blank"><img src="http://rescdn.qqmail.com/zh_CN/htmledition/images/function/qm_open/ico_mailme_01.png"></a></li>
<li><a href="http://wpa.qq.com/msgrd?v=3&uin=654126913&site=qq&menu=yes" style="color: black;text-decoration: none;" target="_blank">QQ:654126913</a></li>
<li><a href="https://space.bilibili.com/442729189" style="color: black;text-decoration: none;" target="_blank">bilibili ID:螂海 | UID:442729189</a></li>
</ul>
</div>
</body>
</html>