14 lines
373 B
PHP
14 lines
373 B
PHP
<?php include '_header.php'; ?>
|
|
|
|
<div class="container section">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<h1>Privacy Policy</h1>
|
|
<p>This is a placeholder for the Privacy Policy page. Content will be added here soon.</p>
|
|
<a href="index.php">Go back to Home</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include '_footer.php'; ?>
|