Housekeeping

- Moving to HTMX integration
- Improving links for local use
- File structure
- Hiding clutter
This commit is contained in:
MrTeferi
2022-11-21 16:17:13 -06:00
parent 70c8990024
commit 432bdc998b
34 changed files with 202 additions and 457 deletions

View File

@@ -1,8 +1,4 @@
<?php
$title = 'Card Conjurer - Legal';
$desc = 'One does not simply make custom cards. Inform yourself on any rules and restrictions by reading these terms and conditions.';
include('../globalHTML/header-1.php');
?>
<!-- START OF CONTENT -->
<h2 class='readable-background header-extension title center margin-bottom-large'>Terms and Conditions</h2>
<div class='main-content'>
<div class='readable-background layer margin-bottom-large'>
@@ -62,4 +58,4 @@ include('../globalHTML/header-1.php');
</h5>
</div>
</div>
<?php include('../globalHTML/footer.php'); ?>
<!-- END OF CONTENT -->