-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
42 lines (42 loc) · 1.6 KB
/
privacy-policy.html
File metadata and controls
42 lines (42 loc) · 1.6 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
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>driver-3d - Privacy Policy</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>driver-3d</h1>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-service.html">Terms of Service</a></li>
</ul>
</nav>
</header>
<main>
<section class="privacy-policy">
<h2>Privacy Policy</h2>
<p>Your privacy is important to us. This privacy policy explains how we collect, use, and protect your information when you use driver-3d.</p>
</section>
<section>
<h3>Information We Collect</h3>
<p>We collect information to provide better services to our users, including data about your Google Drive files and usage patterns.</p>
</section>
<section>
<h3>How We Use Information</h3>
<p>We use the information we collect to improve our services, enhance your user experience, and ensure the security of your data.</p>
</section>
<section>
<h3>Information Sharing</h3>
<p>We do not share personal information with companies, organizations, or individuals outside of driver-3d, except when required by law.</p>
</section>
</main>
<footer>
<p>© 2024 driver-3d. All rights reserved.</p>
</footer>
</body>
</html>