-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathterms.html
47 lines (47 loc) · 2.08 KB
/
terms.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>服务条款</title>
<link rel="stylesheet" href="doc.css"/>
<link rel="icon" type="image/svg+xml" href="favicon.svg"/>
<link rel="icon" type="image/png" href="favicon.png"/>
</head>
<body>
<article>
<h2>服务条款</h2>
<p>欢迎使用 NoScreen !我们的服务条款概述了使用 NoScreen 的规则和规定。</p>
<section>
<h3>接受条款</h3>
<p>使用 NoScreen ,即表示您同意受这些条款和条件的约束。</p>
</section>
<section>
<h3>禁止使用</h3>
<p>您不得将 NoScreen 用于任何非法或未经授权的目的。<br/>您不得传播任何病毒或恶意代码,或从事任何破坏或干扰应用程序或其服务器的活动。</p>
</section>
<section>
<h3>知识产权</h3>
<p>NoScreen 是一个开源项目,您可以在 MIT 许可证许可范围内使用。 </p>
</section>
<section>
<h3>免责声明</h3>
<p>我们不保证 NoScreen 没有错误或病毒,并且我们否认所有明示或暗示的保证,包括对适销性和特定用途适用性的暗示保证。</p>
</section>
<section>
<h3>责任限制</h3>
<p>我们对因使用 NoScreen 而产生的任何损害不承担任何责任,包括但不限于直接的、间接的、附带的、惩罚性的和后果性的损害。</p>
</section>
<section>
<h3>终止</h3>
<p>我们可以随时出于任何原因终止您对 NoScreen 的访问,恕不另行通知。</p>
</section>
<section>
<h3>服务条款的变更</h3>
<p>我们保留随时修改这些条款和条件的权利,恕不另行通知。</p>
</section>
<p>使用 NoScreen ,即表示您同意这些条款和条件。如果您不同意这些条款和条件,请不要使用 NoScreen 。</p>
</article>
</body>
</html>