-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
50 lines (46 loc) · 1.17 KB
/
404.php
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
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit;?>
<?php $this->need('header.php'); ?>
<style>
.page-main{
background-color:#fff;
width:960px;
margin:0px auto 0px auto;
}
@media screen and (max-width: 960px) {
.page-main {width: 100%;}
}
</style>
<!-- content start -->
<section class="page-main">
<div class="admin-content">
<div class="admin-content-body">
<div class="am-cf am-padding am-padding-bottom-0">
<div class="am-fl am-cf"><strong class="am-text-primary am-text-lg">404</strong> / <small>That’s an error</small></div>
</div>
<hr>
<div class="am-g">
<div class="am-u-sm-12">
<h2 class="am-text-center am-text-xxxl am-margin-top-lg">404. Not Found</h2>
<p class="am-text-center">没有找到你要的页面</p>
<pre class="page-404">
.----.
_.'__ `.
.--($)($$)---/#\
.' @ /###\
: , #####
`-..__.-' _.-\###/
`;_: `"'
.'"""""`.
/, ya ,\\
// 404! \\
`-._______.-'
___`. | .'___
(______|______)
</pre>
</div>
</div>
</div>
</div>
<!-- content end -->
</section>
<?php $this->need('footer.php'); ?>