inicio
This commit is contained in:
2025-05-05 11:03:01 -06:00
commit c73e3f2327
185 changed files with 17573 additions and 0 deletions

5
app/controllers/home.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
function index() {
include __DIR__ . '/../../views/home/inicio.php';
}