-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (76 loc) · 2.5 KB
/
Copy pathindex.html
File metadata and controls
82 lines (76 loc) · 2.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Galactic Warrior - Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f5f5f5;
color: #333;
}
.container {
background-color: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1, h2 {
color: #2c3e50;
}
h1 {
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
}
h2 {
margin-top: 25px;
}
ul {
padding-left: 20px;
}
.footer {
margin-top: 40px;
text-align: center;
color: #666;
font-size: 0.9em;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy for Galactic Warrior</h1>
<p><em>Last updated: December 18, 2024</em></p>
<h2>Information We Don't Collect</h2>
<ul>
<li>Does not collect any personal information</li>
<li>Does not track your location</li>
<li>Does not use analytics</li>
<li>Does not contain advertisements</li>
<li>Does not require any account creation</li>
</ul>
<h2>Game Data</h2>
<ul>
<li>All game progress is stored locally on your device</li>
<li>No data is transmitted to external servers</li>
<li>High scores and game progress are only saved on your device</li>
</ul>
<h2>Children's Privacy</h2>
<p>Our game is suitable for all ages and does not collect any personal information from children or adults.</p>
<h2>Changes to This Policy</h2>
<p>We may update this privacy policy from time to time. Any changes will be posted on this page.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<ul>
<li>Email: <a href="mailto:Haydarevich69@icloud.com">Haydarevich69@icloud.com</a></li>
</ul>
<div class="footer">
<p>© 2024 Galactic Warrior. All rights reserved.</p>
</div>
</div>
</body>
</html>