-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
37 lines (31 loc) · 1.53 KB
/
privacy.html
File metadata and controls
37 lines (31 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WinActivate | Privacy Policy</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/png" href="images/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="background-glow"></div>
<div class="container" style="padding: 100px 20px;">
<h1 style="margin-bottom: 20px;">Privacy Policy</h1>
<p style="color: #a0a0a0; margin-bottom: 30px;">Last updated: January 2026</p>
<section style="margin-bottom: 40px;">
<h2 style="margin-bottom: 15px;">Data Collection</h2>
<p style="color: #a0a0a0;">WinActivate respects your privacy. We do not collect, store, or transmit any
personal data from your device. The application operates entirely locally to perform activation tasks.
</p>
</section>
<section style="margin-bottom: 40px;">
<h2 style="margin-bottom: 15px;">Network Activity</h2>
<p style="color: #a0a0a0;">The application may connect to Microsoft servers solely for the purpose of
validating activation keys. No user telemetry is sent to us.</p>
</section>
<a href="index.html" class="btn-primary small">Back to Home</a>
</div>
</body>
</html>