39 lines
1.3 KiB
PHP
39 lines
1.3 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 - Sound Sleep</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
</head>
|
|
<body>
|
|
<!-- Navbar -->
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="index.php">
|
|
<img src="https://i.imgur.com/lF6R32z.png" alt="Chircuit Logo">
|
|
FocusSleep
|
|
</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container py-5">
|
|
<h1>Privacy Policy</h1>
|
|
<p>This is a placeholder for the Privacy Policy page.</p>
|
|
<p>Information about how user data is collected, used, and protected will be detailed here.</p>
|
|
<a href="index.php">Go back to Home</a>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<footer class="fixed-bottom">
|
|
<div class="container text-center">
|
|
<p>© 2025 FocusSleep. All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|