master blayout b

This commit is contained in:
CHIEFSOFT\ameye
2024-09-21 21:51:46 -04:00
parent a1640df7ee
commit 9ee7b2653c
7 changed files with 1966 additions and 104 deletions
+2 -2
View File
@@ -6,5 +6,5 @@ use CodeIgniter\Router\RouteCollection;
* @var RouteCollection $routes
*/
$routes->get('/', 'Home::index');
$routes->get('/about', 'Home::index');
$routes->get('/contact', 'Home::index');
$routes->get('/about', 'Home::about');
$routes->get('/contact', 'Home::contact');