6 lines
264 B
PHP
6 lines
264 B
PHP
<?php include(__DIR__ . '/includes/top.php'); include(__DIR__ . '/includes/menu.php'); ?>
|
|
<div class="container-wide pad-40">
|
|
<h1>Terms of Service</h1>
|
|
<p>This is the terms of service placeholder.</p>
|
|
</div>
|
|
<?php include(__DIR__ . '/includes/footer.php'); ?>
|