-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
31 lines (30 loc) · 1.24 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
</head>
<body>
<h2>Privacy Policy</h2>
<p>Your privacy is important to us. It is our policy to respect your privacy regarding any information we may collect from you across our website, http://www.yourwebsite.com, and other sites we own and operate.</p>
<br>
<h2>Information we collect</h2>
<p>Detail the types of information you collect, how you collect it, why you collect it, and how it is used.</p>
<br>
<h2>How we use your information</h2>
<p>Detail how you use the information you collect.</p>
<br>
<h2>How we store and protect your information</h2>
<p>Detail how you store the information you collect and the measures you take to protect it.</p>
<br>
<h2>Your rights and choices</h2>
<p>Detail the rights and choices users have regarding their information.</p>
<br>
<h2>Changes to this policy</h2>
<p>Detail how you will notify users of any changes to this policy.</p>
<br>
<h2>Contact us</h2>
<p>If you have any questions about our privacy practices or this policy, please contact us.</p>
</body>
</html>