EIE::lingua-ignis: Add website banner

This commit is contained in:
2023-01-08 18:15:21 +01:00
parent 57e19b1729
commit 6d8e0b6f28
14 changed files with 506 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
$title = "Inicio";
include("templates/header.html.php");
?>
<h1><?= $title ?></h1>
<?php
include("templates/footer.html.php");
?>