36 lines
1.3 KiB
PHP
36 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 - Worldsphere.ai</title>
|
|
<meta name="description" content="Privacy Policy for Worldsphere.ai.">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
<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>
|
|
<header class="navbar navbar-expand-lg navbar-light bg-light">
|
|
<div class="container">
|
|
<a class="navbar-brand fw-bold" href="index.php">Worldsphere.ai</a>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="container py-5">
|
|
<h1>Privacy Policy</h1>
|
|
<p>This is a placeholder for the Privacy Policy page.</p>
|
|
<p>Information on how user data is collected, used, and protected will be detailed here.</p>
|
|
<a href="index.php">Return to Home</a>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="container text-center">
|
|
<p>© 2025 Worldsphere.ai. All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|