-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.html
69 lines (69 loc) · 2.34 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: sans-serif;
text-align: center;
}
</style>
<title>Privacy Policy</title>
</head>
<body>
<header>
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> 11/27/2024</p>
</header>
<main>
<section>
<p>
WebBuild ("we," "our," or "us") values your privacy. This Privacy Policy explains how we handle your data when you use our website.
</p>
</section>
<section>
<h2>What Data We Collect</h2>
<p>
We do not collect or store any personal data on our servers. All information generated or stored during your use of our website is kept locally on your device through your browser's local storage.
</p>
</section>
<section>
<h2>How We Use Local Storage</h2>
<p>
Local storage is used to save data necessary for the functionality of our website, such as your preferences or progress. This data remains on your device and is not shared or transmitted to any server.
</p>
</section>
<section>
<h2>Cookies</h2>
<p>
Our website does not use cookies.
</p>
</section>
<section>
<h2>Third-Party Services</h2>
<p>
We do not use third-party services that collect or store your data.
</p>
</section>
<section>
<h2>Your Control</h2>
<p>
You can manage or delete the data stored in your browser's local storage at any time through your browser settings.
</p>
</section>
<section>
<h2>Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time. Any changes will be reflected on this page with an updated effective date.
</p>
</section>
<section>
<h2>Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, please contact us at plwmail@duck.com.
</p>
</section>
</main>
</body>
</html>