-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
83 lines (70 loc) · 2.61 KB
/
privacy.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3NHFVTRVLZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3NHFVTRVLZ');
</script>
<meta charset="UTF-8">
<title>Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
font-size: 24px;
margin-bottom: 20px;
}
h2 {
font-size: 18px;
margin-bottom: 10px;
}
h3 {
font-size: 16px;
margin-top: 30px;
margin-bottom: 10px;
}
p {
margin-bottom: 20px;
}
/* Added styles for footer */
footer {
background-color: #f2f2f2;
padding: 10px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
font-size: 12px;
color: #777777;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<h2>At DazTab, DazCheck, DazCalc and DazChrono, we are committed to protecting your privacy. This Privacy Policy explains how we collect, use, and safeguard any personal information you provide while using our website or services. We do not collect any personal information, and we do not use cookies.</h2>
<h3>1. Information Collection</h3>
<p>We do not collect any personally identifiable information, such as names, email addresses, or any other personal data.</p>
<h3>2. Use of Cookies</h3>
<p>We do not use any cookies or similar technologies to track or collect information about our users.</p>
<h3>3. Third-Party Links</h3>
<p>Our website may contain links to third-party websites. We have no control over the content or practices of these websites and are not responsible for their privacy policies or actions.</p>
<h3>4. Changes to the Privacy Policy</h3>
<p>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be reflected on this page, and the updated Privacy Policy will become effective immediately upon posting.</p>
<h3>5. Contact Us</h3>
<p>If you have any questions or concerns regarding this Privacy Policy, please contact us at [email protected].</p>
<p>Please note that this Privacy Policy solely applies to DazTab, DazCheck, DazCalc and DazChrono and does not cover any third-party websites or services linked from our website.</p>
</div>
<!-- Footer -->
<footer>
Last Updated: October 11, 2023 • © Zigao Wang
</footer>
</body>
</html>