34833-vm/privacy.php
Flatlogic Bot 4df3899341 2.9
2025-10-09 14:32:07 +00:00

19 lines
646 B
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</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container mt-5">
<h1>Privacy Policy</h1>
<p>This is a placeholder for your privacy policy. You should replace this with your own policy.</p>
<p>Information we collect...</p>
<p>How we use information...</p>
<p>etc...</p>
<a href="index.php">Back to Home</a>
</div>
</body>
</html>