-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
43 lines (40 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<title>JLBlog — 404 Not Found</title>
<!-- Bootstrap -->
<link href="Public/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="Public/css/custom.css">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="bookmark" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="container">
<div class="row clearfix">
<div class="col-md-12 column">
<div class="jumbotron">
<h1>
404 Not Found!
</h1>
<br>
<p style="color: white">
Soory!页面可能出了些错误,我们会尽快修复!
</p>
<br>
<p style="color: white">
(请原谅我并不会美工 _(:зゝ∠)_
</p>
<br>
<p>
<a class="btn btn-primary btn-large" href="../index.php">Back to JLBlog</a>
</p>
</div>
</div>
</div>
</div>
</body>
</html>