-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
50 lines (45 loc) · 1.51 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="icons/favicon.ico" type="image/x-icon" />
<title>Privacy Policy</title>
</head>
<body>
<header>
<h1>Privacy Policy</h1>
</header>
<section>
<h2>Effective Date: January 2, 2025</h2>
<p>
Your privacy is important to us. This Privacy Policy outlines how we
handle your data when you use our SVG editor. We keep it simple:
<strong>we do not collect any data from you</strong>.
</p>
<h3>Data Collection</h3>
<p>
We do not collect, store, or share any personal or non-personal data
while you use our application. All operations occur locally on your
device.
</p>
<h3>Cookies</h3>
<p>We do not use cookies or any tracking technologies.</p>
<h3>Third-Party Services</h3>
<p>
Our application does not integrate with or rely on third-party services
that collect data.
</p>
<h3>Changes to This Policy</h3>
<p>
We may update this Privacy Policy from time to time. Any changes will be
reflected on this page with a new effective date.
</p>
<h3>Contact Us</h3>
<p>
If you have any questions about this Privacy Policy, please contact us
at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</section>
</body>
</html>