-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
36 lines (35 loc) · 1.93 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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit" />
<meta name="format-detection" content="telephone=no, address=no, email=no"/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="apple-mobile-web-app-title" content="补拙 - 404页面"/>
<link rel="shortcut icon" type="image/ico" href="/favicon.ico"/>
<link rel="bookmark" type="image/ico" href="/favicon.ico"/>
<link rel="apple-touch-icon" sizes="57x57" href="/assets/favicon/favicon-57.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="/assets/favicon/favicon-114.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="/assets/favicon/favicon-72.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="/assets/favicon/favicon-144.png"/>
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicon/favicon-144.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/favicon-144.png"/>
<link rel="icon" sizes="192x192" href="/assets/favicon/favicon-192.png"/>
<meta name="HandheldFriendly" content="true"/>
<meta name="screen-orientation" content="portrait"/>
<meta name="full-screen" content="yes"/>
<meta name="browsermode" content="application"/>
<meta name="x5-orientation" content="portrait"/>
<meta name="x5-fullscreen" content="true"/>
<meta name="x5-page-mode" content="app"/>
<title>补拙 - 404页面</title>
<meta http-equiv="Cache-Control" content="no-siteapp"/>
</head>
<body>
<script src="//www.qq.com/404/search_children.js" homePageUrl="/" homePageName="回到我的主页"></script>
</body>
</html>