-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
44 lines (44 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy</title>
</head>
<body>
<header>
<h1>Privacy Policy</h1>
</header>
<main>
<section>
<p>Last updated: 2024-03-20</p>
<p>
Our games (Air PANG PANG, Tetricube) is committed to respecting your
privacy. We do not collect or save any personal information from our
users. This privacy policy applies to all the products and services
offered by LuciZ.
</p>
</section>
<section>
<h2>Information Collection and Use</h2>
<p>
Since we do not collect any personal information, there are no
practices of collecting, storing, or sharing user data.
</p>
</section>
<section>
<h2>Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, please contact us
at
<a href="https://github.com/luciz/luciz.github.io/discussions"
>https://github.com/luciz/luciz.github.io/discussions</a
>.
</p>
</section>
</main>
<footer>
<p>© 2024 LuciZ. All rights reserved.</p>
</footer>
</body>
</html>