-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicense.html
More file actions
114 lines (100 loc) · 6.06 KB
/
license.html
File metadata and controls
114 lines (100 loc) · 6.06 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
<!DOCTYPE html>
<html lang="zh-CN" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>版权申明 | 后宫文档</title>
<link rel="shortcut icon" href="images/logo.ico" width="64px" height="64px" type="image/x-icon" />
<link rel="apple-touch-icon" href="images/logo.ico" width="64px" height="64px" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Heebo:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="css/main.css" />
<script src="js/main.js"></script>
</head>
<body>
<nav class="border-bottom">
<div class="uk-container">
<div data-uk-navbar>
<div class="uk-navbar-left">
<a class="uk-navbar-item uk-logo uk-text-small" href="index.html">后宫文档</a>
</div>
<div class="uk-navbar-right">
<ul class="uk-navbar-nav uk-visible@m">
<li><a href="index.html">网站首页</a></li>
<li><a href="faq.html">常见问题</a></li>
<li><a href="tool.html">工具</a></li>
<li><a href="download/">下载</a></li>
<li><a href="video/">视频站</a></li>
<li><a href="log.html">更新日志</a></li>
</ul>
<div class="uk-navbar-item uk-visible@m">
<a href="/join/" target="_blank" class="uk-button uk-button-primary">加入我们</a>
</div>
<a class="uk-navbar-toggle uk-hidden@m" href="#offcanvas" data-uk-navbar-toggle-icon data-uk-toggle></a>
</div>
</div>
</div>
</nav>
<section class="uk-section">
<div class="uk-text-center uk-container uk-container-xsmall">
<h1 class="uk-article-title">版权声明</h1>
</div>
<div class="uk-container uk-container-small">
<hr class="uk-margin-large-top uk-margin-large-bottom">
<div class="uk-margin-large-top">
<p>MIT License</p>
<p>Copyright (c) 2022 DBHG&ALWOLF</p>
<p>Permission is hereby granted, free of charge, to anyone who obtains a copy of this document file to deal with unrestricted copy in the document file, including but not limited to the rights to use, reproduce, modify, merge, publish, distribute, and to permit the person receiving the document file offered to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR
implied, including without limitation warranties of merchantability,
Good for a specific purpose and non-infringement. under no circumstances shall
The author or copyright holder shall be liable for any claims, damages or other
Liability, whether in contract action, tort, or otherwise, arises from:
not related to or related to this document or the use or other transactions of this document
this document.</p>
<p><a href="license-cn.html">CN</a></p>
</div>
</section>
<section class="uk-section">
<footer>
<div class="uk-container">
<div class="uk-grid-large uk-child-width-expand@m" data-uk-grid>
</div>
<div class="uk-grid-large uk-margin-large-top uk-flex uk-flex-middle" data-uk-grid>
<div class="uk-width-1-4@m"></div>
<div class="uk-width-expand@m">
<div class="uk-width-auto@m uk-margin-medium uk-text-small">
<p class="uk-display-inline-block uk-margin-medium-right uk-margin-remove-bottom">By © 2022 <a href="https://dbhg.top">DBHG</a> & <a href="https://alwolf.cn">ALWOLF</a></p>
<p> 作者 © 2022 <a href="https://dbhg.top">蛋白后宫</a> & <a href="https://alwolf.cn">ALWOLF</a></p>
</div>
</div>
<div class="uk-width-auto@m">
<div class="uk-width-auto@m uk-margin-medium uk-text-small">
<a class="uk-active" href="LICENSE.md">版权申明</a>
<a href="friends-link.html">友情链接</a>
<a href="https://space.bilibili.com/390126641/" data-uk-icon="icon: bilibili; ratio:0.8" class="uk-margin-left uk-icon-link"></a>
<a href="https://www.douyin.com/user/MS4wLjABAAAAthBauB1siWQBJefyVq2U8RIc1RrIXR00Hr1aC0SU6eA" data-uk-icon="icon: douyin; ratio:0.8" class="uk-margin-left uk-icon-link"></a>
</div>
</div>
</div>
</div>
</footer>
</section>
<div id="offcanvas" data-uk-offcanvas="flip: true; overlay: true">
<div class="uk-offcanvas-bar">
<button class="uk-offcanvas-close" type="button" data-uk-close></button>
<ul class="uk-nav uk-nav-primary uk-nav-offcanvas">
<li class="uk-nav-header uk-logo uk-margin-bottom">后宫文档</li>
<li><a href="index.html">网站首页</a></li>
<li><a href="faq.html">常见问题</a></li>
<li><a href="tool.html">工具</a></li>
<li><a href="download/">下载</a></li>
<li><a href="video/">视频站</a></li>
<li class="uk-active"><a href="log.html">更新日志</a></li>
<li><a href="join/">加入我们</a></li>
</ul>
</div>
</div>
</body>
</html>