-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 1.78 KB
/
index.html
File metadata and controls
49 lines (42 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - WEI's Arsenal</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
max-width: 800px;
margin: 40px auto;
padding: 0 20px;
line-height: 1.6;
color: #333;
}
h1 {
text-align: center;
color: #222;
}
h2 {
margin-top: 2em;
color: #222;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> May 20, 2025</p>
<p>WEI's Arsenal ("the App") is a personal educational tool designed for private use by family members. We value your privacy and are committed to protecting your personal information. This policy outlines how we handle data in the App.</p>
<h2>1. Information We Collect</h2>
<p>The App does <strong>not collect</strong>, store, or transmit any personal data to any external servers. All user data (such as practice history and performance) is stored locally on your device.</p>
<h2>2. How Your Data is Used</h2>
<p>All data is used solely for in-app functionality, such as tracking progress and reviewing previous answers. No data is shared with third parties.</p>
<h2>3. Children's Privacy</h2>
<p>The App is intended for private use by a family. It does not include advertising, in-app purchases, or external tracking.</p>
<h2>4. Contact</h2>
<p>If you have any questions about this privacy policy, you can contact the developer at: <br />
<a href="mailto:your-email@example.com">your-email@example.com</a></p>
<h2>5. Changes to this Policy</h2>
<p>This policy may be updated in the future. We recommend checking this page periodically for updates.</p>
</body>
</html>