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,5 @@
<?php
$site_name = "Lingua Ignis";
$site_author = "Nicolás A. Ortega Froysa";
$site_url = "https://lingua-ignis.com/";
?>