35022-vm/privacy.php
Flatlogic Bot 5f94a53703 version 1
2025-10-17 06:56:22 +00:00

23 lines
766 B
PHP

<?php
//This is a stub file for the privacy policy.
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - SyncUp</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>
<div class="container mt-5">
<h1>Privacy Policy</h1>
<p>This is a placeholder for the Privacy Policy page.</p>
<p>Information regarding data collection, usage, and user rights will be detailed here.</p>
<a href="/" class="btn btn-primary">Go back to Home</a>
</div>
</body>
</html>