-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathprivacy.html
82 lines (71 loc) · 3.83 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CChatBot Privacy Policy</title>
<!-- Favicon -->
<!-- bootstrap CSS -->
<link rel="stylesheet" href="static/css/bootstrap.min.css" type="text/css" media="all">
<!-- carousel CSS -->
<link rel="stylesheet" href="static/css/owl.carousel.min.css" type="text/css" media="all">
<!-- animate CSS -->
<link rel="stylesheet" href="static/css/animate.css" type="text/css" media="all">
<!-- animated-text CSS -->
<link rel="stylesheet" href="static/css/animated-text.css" type="text/css" media="all">
<!-- font-awesome CSS -->
<link rel="stylesheet" href="static/css/all.min.css" type="text/css" media="all">
<!-- font-flaticon CSS -->
<link rel="stylesheet" href="static/css/flaticon.css" type="text/css" media="all">
<!-- theme-default CSS -->
<link rel="stylesheet" href="static/css/theme-default.css" type="text/css" media="all">
<!-- meanmenu CSS -->
<link rel="stylesheet" href="static/css/meanmenu.min.css" type="text/css" media="all">
<!-- transitions CSS -->
<link rel="stylesheet" href="static/css/owl.transitions.css" type="text/css" media="all">
<!-- venobox CSS -->
<link rel="stylesheet" href="static/css/venobox.css" type="text/css" media="all">
<!-- bootstrap icons -->
<link rel="stylesheet" href="static/css/bootstrap-icons.css" type="text/css" media="all">
<!-- Main Style CSS -->
<link rel="stylesheet" href="static/css/style.css" type="text/css" media="all">
<!-- responsive CSS -->
<link rel="stylesheet" href="static/css/responsive.css" type="text/css" media="all">
<!-- modernizr js -->
<link rel="icon" href="static/picture/logo.png"><!-- 32×32 -->
<script src="static/js/modernizr-3.5.0.min.js"></script>
<link href="static/css/clash-display.css" rel="stylesheet">
</head>
<body style="padding: 50px;">
<p>Privacy Policy</p>
<p>We value your privacy and are committed to protecting your personal information. This privacy
policy aims to explain how we collect, use, and protect your personal information.
</p>
<p>Information Collection: We may collect your personal information, such as your name, contact
details, and email address. We only collect necessary information to provide you with the
requested services or respond to your inquiries.
</p>
<p>Information Use: We will only use the personal information you provide to fulfill your requests,
such as processing orders, sending important notifications, or responding to your queries. We
will not use your personal information for any other purposes unless explicitly consented by you
or required by law.
</p>
<p>Information Protection: We take reasonable security measures to protect your personal information
from unauthorized access, use, or disclosure. We ensure that your personal information is
securely stored in our systems and only accessible to authorized personnel.
</p>
<p>Information Sharing: We do not sell, trade, or transfer your personal information to any third
parties unless explicitly consented by you or required by law.
</p>
<p>Information Storage: We will take necessary measures to store your personal information on secure
servers and retain it only for as long as necessary.
</p>
<p>Privacy Policy Updates: We reserve the right to update this privacy policy at any time. Any
significant changes will be notified to you through our website or other appropriate means.
</p>
<p>If you have any questions or concerns regarding our privacy policy, please feel free to contact
us. Thank you for trusting us with the protection of your personal information.
</p>
Last updated: 2024-04-25
</body>
</html>