-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
21 lines (21 loc) · 1.01 KB
/
privacy.html
File metadata and controls
21 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Declan Digital</title>
<style>
body{font-family:system-ui,sans-serif;max-width:720px;margin:0 auto;padding:40px 24px;background:#0a0a0f;color:#e0e0e0;line-height:1.7}
h1{color:#00d4ff;margin-bottom:8px}
.back{display:inline-block;margin-bottom:24px;color:#888}
</style>
</head>
<body><a class="back" href="index.html">← Back</a>
<h1>Privacy Policy</h1>
<p><em>Last updated: 27 April 2026</em></p>
<h3>1. What We Collect</h3>
<p>We do not directly collect personal data. Purchases are processed through Gumroad, itch.io, and Stripe — their respective privacy policies apply to payment and account data.</p>
<h3>2. Cookies & Tracking</h3>
<p>This website does not use cookies or tracking scripts. No analytics, no ads, no third-party trackers.</p>
<h3>3. Contact</h3>
<p>Questions: <a href="mailto:declandigital@proton.me">declandigital@proton.me</a></p>
</body>
</html>