-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
40 lines (36 loc) · 1.15 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
---
permalink: /404.html
title: 404 Not Found
---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<style>
body {
-webkit-user-select: none;
-webkit-text-size-adjust: none;
font: -apple-system-short-body;
color: rgb(125, 127, 127);
height: 100%;
margin: 0;
padding: 0;
}
p {
text-align:center;
word-wrap: break-word;
margin: 123px 50px 0 50px;
}
a {
font-weight: bold;
color: inherit;
}
</style>
<title>404 Not Found</title>
</head>
<body class="iphone">
<p>Safari 打不开网页,因为服务器找不到您请求的资源。</p>
</body>
</html>