-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathprivacy.html
More file actions
37 lines (29 loc) · 1009 Bytes
/
privacy.html
File metadata and controls
37 lines (29 loc) · 1009 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>plugdata - Privacy Policy</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap">
<style>
body {
font-family: 'Inter', sans-serif;
margin: 20px;
}
h1, h2 {
color: #333;
}
p {
color: #555;
}
</style>
</head>
<body>
<h1>plugdata - Privacy Policy</h1>
<p>This Privacy Policy is for the "plugdata" mobile application.</p>
<h2>Information We Don't Collect</h2>
<p>We want you to know that we do not gather any user data or telemetry when you use the "plugdata" app. Your privacy is important to us, and we are committed to keeping your information secure.</p>
<h2>Contact Us</h2>
<p>If you have any questions or concerns about our privacy practices, please <a href="https://plugdata.org/support.html">contact us</a>.</p>
</body>
</html>