Add A4 Letter Generator with customizable fonts and styles for printing

This commit is contained in:
Naiel
2026-03-05 14:07:25 +00:00
parent 8694d5a470
commit dc198f16ea
10 changed files with 243 additions and 2 deletions

View File

@@ -20,9 +20,8 @@ require_once "../_incl/pre-body.php"; ?>
$val = json_decode(file_get_contents($file . "data.json"), true)
?>
<li><a href="cal.php?f=<?php echo $filenam; ?>"><b><?php echo $date; ?></b></a> -
<li><a class="btn btn-secondary" href="cal.php?f=<?php echo $filenam; ?>"><b><?php echo $date; ?></b></a> -
<?php echo $val["title"] ?: "Por nombrar"; ?>
<span class="btn btn-secondary">Abrir</span>
</li>
<?php } ?>
</ul>