mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -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 = 'Phyrexian Text Generator';
|
||||
$desc = 'Generate random strands of phyrexian text for use with Card Conjurer, the custom Magic: The Gathering card creator';
|
||||
include('../globalHTML/header-1.php');
|
||||
?>
|
||||
<!-- START OF CONTENT -->
|
||||
<h2 class='readable-background header-extension title center margin-bottom-large'>Phyrexian Text Generator</h2>
|
||||
<style>
|
||||
textarea.input.phyrexian-textarea {
|
||||
@@ -38,4 +34,4 @@ include('../globalHTML/header-1.php');
|
||||
</h4>
|
||||
</div>
|
||||
<script defer src="/phyrexian/phyrexian.js"></script>
|
||||
<?php include('../globalHTML/footer.php'); ?>
|
||||
<!-- END OF CONTENT -->
|
Reference in New Issue
Block a user