mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Housekeeping
- Moving to HTMX integration - Improving links for local use - File structure - Hiding clutter
This commit is contained in:
@@ -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 -->
|
Reference in New Issue
Block a user