-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
20 lines (20 loc) · 1.04 KB
/
Copy pathprivacy.html
File metadata and controls
20 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Privacy Policy — CCR Checklist Pro and CCRSim Support</title>
<style>
body { font-family: -apple-system, system-ui, sans-serif; max-width: 800px; margin: 2rem; line-height: 1.6; }
h1 { font-size: 1.6rem; margin-bottom: 1rem; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Neither CCR Checklist Pro nor CCRSim collect any personal data.</strong> We do not use analytics, ads, trackers, or third-party metrics. All content is static.</p>
<p>We do not store or process any data collected from users. The only way we receive communication is via GitHub Issues:</p>
<p><a href="https://github.com/iamorlando/jjChecklistSupport/issues">https://github.com/iamorlando/jjChecklistSupport/issues</a></p>
<p>No data is collected automatically or passively. Your email or identity is not captured via this site or app.</p>
<p>If this policy changes, the updated version will be displayed here.</p>
<p><em>Effective date: {today’s date}</em></p>
</body>
</html>