-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
54 lines (47 loc) · 1.39 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404</title>
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<script src="./js/main.js"></script>
<style>
a {
color: #006699;
text-decoration: none
}
</style>
</head>
<header>
<h2>地址错误</h2>
<h6>address error</h6>
<nav>
<a href="./index.html">首页</a>
<a href="./ua/ua.html">浏览器内核检测</a>
</nav>
</header>
<body style="max-width: 700px; margin: 20px auto; padding: 20px 10px">
<h1>404,请检查地址</h1>
<a href="./index.html">回到首页</a>
<a href="./ua/ua.html">浏览器内核检测</a>
</body>
<footer>
<a href="index.html">首页</a>
<a href="./ua/ua.html"> 浏览器内核检测 </a>
<a href="https://www.midorg.com/" target="_blank" rel="noopener noreferrer">
元岛社区
</a>
<a href="https://kangwenchang.com/" target="_blank" rel="noopener noreferrer">
康文昌
</a>
<a href="https://www.midorg.com/h.html" target="_blank" rel="noopener noreferrer">
在线HTML工具
</a>
<p>Copyright © 2022-2023 <a href="https://gitmfq.eu.org">gitmfq.eu.org</a></p>
<a href="https://mafuqiang.eu.org/" target="_blank" rel="noopener noreferrer">
mafuqiang
</a>
</footer>
</html>