34463-vm/privacy.php
2025-09-28 21:55:55 +00:00

39 lines
1.9 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - PDF Text Recolor</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
<div class="container">
<a class="navbar-brand" href="/">PDF Text Recolor</a>
</div>
</nav>
<main class="container py-5">
<div class="card p-4 p-md-5">
<h1 class="mb-4">Privacy Policy</h1>
<p>This is a placeholder for your privacy policy.</p>
<p>We are committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our PDF recoloring tool.</p>
<p><strong>Information We Collect</strong></p>
<p>We may collect personal information from you in a variety of ways, including, but not limited to, when you visit our site, upload a file, and in connection with other activities, services, features or resources we make available.</p>
<p>Uploaded files are processed on our servers and are deleted automatically after a short period. We do not store your files or share them with third parties.</p>
<a href="/" class="btn btn-primary mt-4">Back to Home</a>
</div>
</main>
<footer class="footer mt-auto py-3">
<div class="container text-center">
<span class="text-muted">&copy; <?php echo date("Y"); ?> PDF Text Recolor. All Rights Reserved.</span>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>