-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.html
53 lines (52 loc) · 1.52 KB
/
description.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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>网站声明</title>
<link href="css/import.css" rel="stylesheet" type="text/css" />
<style type="text/css">
h1 {
text-align: center;
}
.copyright {
font-family: "宋体", "黑体", "仿宋", "微软雅黑", "新宋体";
font-size: 12px;
line-height: 25px;
text-align: left;
display: block;
padding: 10px;
margin-right: auto;
margin-left: auto;
width: 400px;
}
</style>
</head>
<body>
<div id="layout">
<div id="topbody"></div>
<!--end topbody-->
<div id="mainbody"><h1>网站声明</h1>
<ol class="copyright">
<dt>开发者信息</dt>
<dl>作者:凉薄那一抹沧桑 Eamil:746529918@qq.com QQ:746529918</dl>
<dt>版权法律声明</dt>
<dl>1.此系统为作者练习作品,可免费用于学习交流之用。</dl>
<dl>
2.此系统可免费用于个人建站使用.
</dl>
<dl>3.用户可对此系统进行二次开发,但不得用于商业或盈利目的。</dl>
<dl>4.此系统作者及版权信息均不得删除或修改,否则视为侵权。</dl>
<dl>5.不可对此系统进行任何形式的销售和分发。</dl>
<dl>
6.此系统若有不足之处,请高手达人指正。
</dl>
</ol>
</div>
<!--end mainbody-->
<div id="footbody">
<span class="copyright"></div>
<!--end footbody-->
</div>
<!--end layout-->
</body>
</html>