34695-vm/privacy.php
Flatlogic Bot 90597ae75f draftv1
2025-10-05 16:43:57 +00:00

10 lines
350 B
PHP

<?php require_once './layout/header.php'; ?>
<main class="container py-5">
<h1>Privacy Policy</h1>
<p>This is a placeholder for your privacy policy.</p>
<p>Details about data collection, usage, and protection will go here.</p>
<a href="/" class="btn btn-primary">Go back home</a>
</main>
<?php require_once './layout/footer.php'; ?>