-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
29 lines (24 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PinButton - Privacy Policy</title>
<link href="styles.css" rel="stylesheet">
</head>
<body class="font-sans h-100 bg-gray-700">
<main class="text-gray-300 max-w-lg mx-auto pt-8">
<h1 class="text-4xl">Privacy Policy</h1>
<p class="my-4">Your privacy is important to us. It is PinButton's policy to respect your privacy regarding any information we may
collect from you across our website, https://pinbutton.delport.ca, applications, or other sites we own and operate.</p>
<p class="my-4">We don’t collect or share any personally identifying information publicly or with third-parties.</p>
<p class="my-4">Our app may link to external sites that are not operated by us. Please be aware that we have no control over the
content and practices of these sites, and cannot accept responsibility or liability for their respective privacy
policies.</p>
<p class="my-4">Your continued use of our website will be regarded as acceptance of our practices around privacy and personal
information. If you have any questions about how we handle user data and personal information, feel free to contact us.</p>
<p class="my-4">This policy is effective as of 8 June 2019.</p>
</main>
</body>
</html>