-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
47 lines (38 loc) · 2.75 KB
/
privacy.html
File metadata and controls
47 lines (38 loc) · 2.75 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
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy · AstroScan</title>
<meta name="description" content="AstroScan zero-retention privacy policy. We do not store your birth data or personal information. All calculations are processed ephemerally.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://astroscan-lab.github.io/astroscan_bot/privacy.html">
<style>
body { font-family: 'Inter', system-ui, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; background: #f5f7fa; color: #1e1e2f; line-height: 1.7; }
h1 { border-left: 6px solid #b76eff; padding-left: 20px; margin-top: 40px; }
a { color: #b76eff; text-decoration: none; font-weight: 600; }
.back { display: inline-block; margin-top: 30px; background: #1e1e2f; color: white; padding: 10px 24px; border-radius: 40px; text-decoration: none; }
.back:hover { background: #b76eff; }
</style>
</head>
<body>
<h1>🔒 Privacy Policy</h1>
<p><strong>Effective Date:</strong> April 18, 2026</p>
<h2>1. Zero-Retention Principle</h2>
<p>AstroScan operates on a strict zero-retention policy. We <strong>do not collect, store, or log</strong> any personal information entered into the test or the Telegram bot. Birth data is processed ephemerally and permanently discarded upon report generation.</p>
<h2>2. Telegram Integration</h2>
<p>All extended services are provided via <a href="https://t.me/ASTROSCAN_BOT">@ASTROSCAN_BOT</a>. Payments are processed through Telegram Stars; we do not have access to your payment details. See <a href="https://telegram.org/privacy">Telegram's Privacy Policy</a> for more.</p>
<h2>3. Analytics</h2>
<p>This website uses privacy-friendly analytics (LibreCounter, OpenCounterAPI) that do not use cookies and do not track individuals. Only aggregated, anonymized visit counts are stored.</p>
<h2>4. No Third-Party Sharing</h2>
<p>We do not sell, trade, or transfer any user data. Since we do not store data, there is nothing to share.</p>
<h2>5. Changes</h2>
<p>Updates will be posted on this page with a revised effective date.</p>
<h2>6. Contact</h2>
<p>For privacy inquiries: <a href="https://t.me/ASTROSCAN_BOT">@ASTROSCAN_BOT</a>.</p>
<hr style="margin: 30px 0; border: none; border-top: 1px solid #ddd;">
<h2>🇷🇺 Политика конфиденциальности (кратко)</h2>
<p>Мы не храним ваши данные. Платежи обрабатываются Telegram. Аналитика анонимна и без cookies.</p>
<a href="/astroscan_bot/" class="back">← Back to Test</a>
</body>
</html>