-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
129 lines (38 loc) · 2.56 KB
/
404.html
File metadata and controls
129 lines (38 loc) · 2.56 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="zh-CN" dir="ltr">
<head>
<meta charset="UTF-8">
<title>警察局 - Lime</title>
<meta name="twitter:card" content="summary_large_image">
<meta property="og:title" content="警察局">
<meta name="twitter:title" content="警察局">
<meta name="description" content="本主题由欧雷于 2015 年开始设计与开发,并在个人网站「欧雷流」及个人各种开源软件的文档站上使用多年;在设计时以提高阅读体验和保持简洁风格为最高原则,体现个性在其次。适用于博客、个人网站、API 文档站等以内容为主的网站。">
<meta property="og:description" content="本主题由欧雷于 2015 年开始设计与开发,并在个人网站「欧雷流」及个人各种开源软件的文档站上使用多年;在设计时以提高阅读体验和保持简洁风格为最高原则,体现个性在其次。适用于博客、个人网站、API 文档站等以内容为主的网站。">
<meta name="twitter:description" content="本主题由欧雷于 2015 年开始设计与开发,并在个人网站「欧雷流」及个人各种开源软件的文档站上使用多年;在设计时以提高阅读体验和保持简洁风格为最高原则,体现个性在其次。适用于博客、个人网站、API 文档站等以内容为主的网站。">
<link rel="canonical" href="https://example.io/404">
<meta property="og:url" content="https://example.io/404">
<meta property="og:site_name" content="Lime">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "Lime",
"url" : "https://example.io"
}
</script>
<!-- 页面渲染兼容性 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- 订阅 -->
<meta name="theme-color" content="#0871ab">
<link rel="shortcut icon" href="/images/ksio/favicon.ico">
<link rel="stylesheet" href="/stylesheets/global.css">
<script src="/javascripts/ksio/vendors/jquery-1.11.3.min.js"></script>
<script src="/javascripts/ksio/vendors/bootstrap.min.js"></script>
</head>
<body class="Page" itemscope itemtype="http://schema.org/WebPage">
<p>孩子,迷路了吧?来让蜀黍<a href="/">送你回家</a>。</p>
<script>$('.Article-content > table').addClass('table table-bordered')</script>
</body>
</html>