-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
52 lines (46 loc) · 2.13 KB
/
Copy pathprivacy-policy.html
File metadata and controls
52 lines (46 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Wagamama Menu Guide</title>
<meta name="description" content="Privacy Policy for the Wagamama Menu Guide website.">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="container nav-container">
<div class="logo">Wagamama Menu Guide</div>
<nav>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<main class="container main-content">
<h1>Privacy Policy</h1>
<div style="max-width: 800px;">
<p>Effective Date: January 1, 2024</p>
<h2>1. Information We Collect</h2>
<p>We only collect information that you voluntarily provide to us via our contact form, which includes your name, email address, and message. We do not use tracking cookies without your explicit consent.</p>
<h2>2. How We Use Your Information</h2>
<p>Your information is used solely to respond to your inquiries and improve our guide. We do not sell, rent, or share your personal data with third parties.</p>
<h2>3. Third-Party Links</h2>
<p>Our website may contain links to external sites (such as the official restaurant website). We are not responsible for the privacy practices or content of these external sites.</p>
<h2>4. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please <a href="contact.html">contact us</a>.</p>
</div>
</main>
<footer>
<div class="container">
<div class="footer-bottom">
<p>© 2026 Wagamama Menu Guide. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>