mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 12:54:57 -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 - Gallery';
|
||||
$desc = 'See examples of available frames';
|
||||
include('../globalHTML/header-1.php');
|
||||
?>
|
||||
<!-- START OF CONTENT -->
|
||||
<h2 class='readable-background header-extension title center'>Available Frames</h2>
|
||||
<h4 class='readable-background header-extension center'>What they're called, and where to find them</h4>
|
||||
<div class='layer'>
|
||||
@@ -233,4 +229,4 @@ include('../globalHTML/header-1.php');
|
||||
populateGroup("tokenGrid", tokenTemplates);
|
||||
// populateGroup("otherGrid", otherTemplates);
|
||||
</script>
|
||||
<?php include('../globalHTML/footer.php'); ?>
|
||||
<!-- END OF CONTENT -->
|
Reference in New Issue
Block a user