-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacyPolicy.html
More file actions
29 lines (22 loc) · 1.67 KB
/
PrivacyPolicy.html
File metadata and controls
29 lines (22 loc) · 1.67 KB
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" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Privacy Policy for Provable.dev - Learn how we handle user data and protect your privacy while using our cryptographic proof tools.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://provable.dev/PrivacyPolicy.html">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<title>Privacy Policy - Provable.dev</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>We reserve the right to change this policy at any given time, of which you will be promptly updated. If you want to make sure that you are up to date with the latest changes, we advise you to frequently visit this page.</p>
<h3>What data do we collect?</h3>
<p>provable.dev does not directly collect, nor store information about its users. Our site may use 3rd party services for analysing your online behavior on our website, to better understand your needs, improve our services and products, to customize our website according to your online behavior and personal preferences.
<h3>Links to other websites</h3>
<p>Our website contains links that lead to other websites. If you click on these links provable.dev is not held responsible for your data and privacy protection. Visiting those websites is not governed by this privacy policy agreement. Make sure to read the privacy policy documentation of the website you go to from our website.</p>
</body>
</html>