<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Artex Health Tips</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
}
.container {
width: 80%;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 30px;
}
h1 {
font-size: 36px;
color: #333;
}
h2 {
font-size: 24px;
color: #444;
margin-top: 20px;
}
p {
font-size: 16px;
color: #666;
line-height: 1.6;
}
a {
color: #007BFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p>Welcome to Artex Health Tips. This privacy policy outlines how we collect, use, and protect your information when you visit our blog.</p>
<h2>Information We Collect</h2>
<p>We may collect personal information such as your name and email address when you subscribe to our newsletter or leave a comment on our blog.</p>
<h2>How We Use Your Information</h2>
<p>Your information is used to personalize your experience, improve our website, and send periodic emails if you opt-in to our mailing list.</p>
<h2>Protection of Your Information</h2>
<p>We implement security measures to protect your personal information. However, no method of transmission over the internet is completely secure, so we cannot guarantee absolute security.</p>
<h2>Third-Party Links</h2>
<p>Our blog may contain links to third-party websites. We are not responsible for the privacy practices of these websites. We encourage you to review their privacy policies.</p>
<h2>Consent</h2>
<p>By using our site, you consent to our privacy policy.</p>
<h2>Changes to Our Privacy Policy</h2>
<p>We may update this privacy policy from time to time. Any changes will be posted on this page.</p>
<p>If you have any questions about our privacy policy, please contact us at [YourEmail@example.com].</p>
</div>
</body>
</html>
0 Comments