-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
51 lines (36 loc) · 1.07 KB
/
error.php
File metadata and controls
51 lines (36 loc) · 1.07 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
<?php
include __DIR__ .'/php/error.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<title>享受学习与思考的乐趣-Laiki</title>
<link rel="stylesheet" href="static/css/reset.css">
<link rel="stylesheet" href="static/js/layui/css/layui.css">
<link rel="stylesheet" href="static/common.css">
<link rel="stylesheet" href="static/imformation.css">
</head>
<body>
<?php include __DIR__ .'/header.php';?>
<div class="inform_wrap">
<div class="inform container clearfix">
<?php include __DIR__ .'/left.php';?>
<div class="inform_right">
<div>
<div class="inform_con">
<p>
内容不存在!
</p>
</div>
</div>
</div>
</div>
</div>
<div style="padding: 5px;">
<a href="http://www.miitbeian.gov.cn" target="_blank">鲁ICP备17035054号-1</a>
</div>
</body>
</html>