-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbacktickprivacy.html
54 lines (39 loc) · 2.15 KB
/
backtickprivacy.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
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P9405HFNTS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P9405HFNTS');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Projects</title>
</head>
<body>
<pre>
1. Introduction
Welcome to the Backtick application ("Backtick", "we", "our", or "us"). We prioritize your privacy and have established this Privacy Policy to explain our practices concerning the data we do not collect. By using Backtick, you accept the practices outlined in this policy.
2. No Data Collection
We stand by the principle of data minimalism. When you use Backtick:
We DO NOT collect any personal data or user-generated content.
We DO NOT use cookies to track or monitor your activity.
We DO NOT store or retain any data associated with your use of the app.
3. Third-Party Services
Backtick does not integrate with any third-party services that may collect your personal information. If any third-party integrations are added in the future, we will update this policy and inform our users accordingly.
4. No Data Sharing or Selling
Given that we don't collect data:
We have NO data to share or sell to advertisers, data brokers, or any third parties.
We DO NOT engage in any form of data monetization.
5. Security
While we don't collect or store user data, we take security seriously and use best practices to ensure the integrity and security of our application.
6. Changes to This Privacy Policy
We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page. You are advised to review this Privacy Policy periodically for any changes.
7. Contact Us
If you have questions or suggestions about this Privacy Policy, please contact us at:
Discord: https://discord.gg/aah7nkfpBY
Thank you for trusting Backtick with your time and presence. We're committed to keeping your experience private and enjoyable.
</pre>
</body>
</html>