35044-vm/privacy.php
Flatlogic Bot 3aad7fe5c1 1.0
2025-10-18 13:11:52 +00:00

19 lines
690 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 - Trading Bot</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<div class="container py-5">
<h1>Privacy Policy</h1>
<p>This is a placeholder for your privacy policy.</p>
<p>Please replace this content with your own policy detailing how you collect, use, and protect your users' data.</p>
<a href="index.php">Back to Home</a>
</div>
</body>
</html>