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 - Creator';
$desc = 'Create custom Magic: The Gathering cards on any web-enabled device. Make creatures, tokens, planeswalkers, and more in showcase frames and high resolutions';
include('../globalHTML/header-1.php');
?>
<!-- START OF CONTENT -->
<link rel="preload" href="/fonts/beleren-b.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
<link rel="preload" href="/fonts/beleren-bsc.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
<link rel="preload" href="/fonts/gotham-medium.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
@@ -812,4 +808,4 @@ include('../globalHTML/header-1.php');
</div>
<script defer src='/js/creator-23.js'></script>
<script defer src='/js/frameSearch.js'></script>
<?php include('../globalHTML/footer.php'); ?>
<!-- END OF CONTENT -->