-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
33 lines (31 loc) · 863 Bytes
/
404.html
File metadata and controls
33 lines (31 loc) · 863 Bytes
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta name="generator" content="Hexo 3.8.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>404页面未找到</title>
<style type="text/css">
body,td,th {
color: #FFFFFF;
}
body {
background-color: #0099CC;
}
.STYLE7 {
font-size: 24px;
font-family: "微软雅黑";
}
.STYLE9 {font-size: 16px}
.STYLE12 {
font-size: 100px;
font-family: "微软雅黑";
}
</style></head>
<body>
<script language="javascript" type="text/javascript">
setTimeout(function () { this.location.href = "https://0clickjacking0.github.io" }, 3000);
</script>
<span class="STYLE12"> :(</span>
<p class="STYLE7"> 您输入的网址我们没有找到。
5秒后为您跳转到首页,您可以在首页试着找找您所需要的信息。</p>
</body>
</html>