-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
55 lines (41 loc) · 1.86 KB
/
Copy pathprivacy-policy.html
File metadata and controls
55 lines (41 loc) · 1.86 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
43
44
45
46
47
48
49
50
51
52
53
54
55
<!-- privacy-policy.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Privacy Policy</title>
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { font-family: Arial, sans-serif; padding: 20px; line-height: 1.6; }
h1 { color: #333; }
</style>
</head>
<body><h1>Privacy Policy</h1>
<p>Welcome to Nakul Tools. Your privacy is important to us. This policy explains how we handle your information.</p>
<h2>1. Information We Collect</h2>
<p>Nakul Tools does not require user registration.</p>
<ul>
<li>Non-personal data (browser type, device, pages visited)</li>
<li>Information you voluntarily provide (for example, email)</li>
</ul>
<p>We do not collect sensitive data such as passwords, bank details, or payment information.</p>
<h2>2. Use of Information</h2>
<ul>
<li>Improve website performance</li>
<li>Understand how users interact with our tools</li>
<li>Maintain security and prevent misuse</li>
</ul>
<h2>3. Cookies</h2>
<p>Nakul Tools may use cookies to improve website functionality and analyze usage patterns.</p>
<p>You can disable cookies anytime from your browser settings.</p>
<h2>4. Third-Party Services</h2>
<p>We may use third-party tools (such as analytics) that collect non-personal information according to their own privacy policies.</p>
<h2>5. Data Security</h2>
<p>We take reasonable steps to protect your information, but no method of transmission over the internet is 100% secure.</p>
<h2>6. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. Any changes will be posted on this page.</p>
<h2>7. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, you can contact us via the information provided on Nakul Tools or contact at nakulsharma02011@gmail.com.</p>
</body>
</html>