35132-vm/privacy.php
Flatlogic Bot fd73082fc6 v3
2025-10-23 09:12:51 +00:00

13 lines
436 B
PHP

<?php require_once 'includes/header.php'; ?>
<div class="container page-content">
<div class="row">
<div class="col-md-8 offset-md-2">
<h1 class="mb-4">Privacy Policy</h1>
<p>This is a placeholder for the Privacy Policy page. Content will be added here.</p>
<p>Last updated: <?php echo date('Y-m-d'); ?>.</p>
</div>
</div>
</div>
<?php require_once 'includes/footer.php'; ?>