-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
privacypolicy.html
45 lines (39 loc) · 1.87 KB
/
privacypolicy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project Sakura Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
p {
font-size: 16px;
margin-bottom: 15px;
}
</style>
</head>
<body>
<h1>Project Sakura Privacy Policy</h1>
<p>Your privacy is important to us. It is Project Sakura's policy to respect your privacy regarding any information we may collect from you through our ROM.</p>
<h2>Information We Collect</h2>
<p>We do not collect any personal information. However, we may collect non-personal identification information when you install or use our ROM, such as your device model, Android version, and usage statistics.</p>
<h2>How We Use Information</h2>
<p>We may use the collected information to improve our ROM and provide better features and performance.</p>
<h2>Security</h2>
<p>We are committed to ensuring that your information is secure. However, please note that no method of transmission over the internet, or method of electronic storage, is 100% secure.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We reserve the right to update or change our Privacy Policy at any time. Your continued use of the ROM after we post any modifications to the Privacy Policy on this page will constitute your acknowledgment of the modifications and your consent to abide and be bound by the modified Privacy Policy.</p>
<h2>Contact Us</h2>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at [your contact email or address].</p>
</body>
</html>