-
Notifications
You must be signed in to change notification settings - Fork 282
/
privacy.html
48 lines (40 loc) · 1.22 KB
/
privacy.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>隐私协议</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<style>
.header {
text-align: center;
}
.header h3 {
margin-top: 50px;
}
.header h6 {
color: #999999;
margin-top: 0;
}
.content {
width: 800px;
margin: 0 auto;
}
.content p {
font-size: 17px;
}
</style>
</head>
<body>
<div class="header">
<h3>隐私协议</h3>
<h6>2020-05-15</h6>
</div>
<div class="content">
<p>自选基金不会在任何情况下强行劫持访问、插入恶意代码、上传隐私信息。</p>
<p>自选基金不会收集和储存任何个人识别信息(不包括第三方提供的统计服务)。</p>
<p>自选基金会上传你的自选列表用于多个浏览器同步(基于浏览器账户)。</p>
<p>自选基金会调用相关基金api用于获取基金详情。</p>
<p>基金数据来源:天天基金网</p>
</div>
</body>
</html>