-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
43 lines (36 loc) · 1.29 KB
/
Copy pathprivacy.html
File metadata and controls
43 lines (36 loc) · 1.29 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
<html>
<head>
<title>Macaque - Privacy Policy</title>
<style>
.container {
width: 800px;
margin: 0px auto;
padding: 20px;
}
body {
font-family: Menlo-Regular, Courier New;
background-color: #282a36 !important;
color: white;
}
h1 {
text-decoration: underline;
}
p {
margin-left: 5px;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<h3>Collection of Personal Information</h3>
<p>We do not collect, store, use or share any information, personal or otherwise.</p>
<h3>Email</h3>
<p>If you email the developer for support or other feedback, the email addresses will be retained for quality assurance purposes. The email addresses will be used only to reply to the concerns or suggestions raised and will never be used for any marketing purpose.</p>
<h3>Disclosure of Personal Information</h3>
<p>We will not disclose your information to any third party except if you expressly consent or where required by law.</p>
<h3>Contact</h3>
<p>If you have any questions regarding this privacy policy, you can email <a href="mailto:support@macaque.app">support@macaque.app</a></p>
</div>
</body>
</html>