added iamges

This commit is contained in:
Tokslaw7
2025-08-08 16:30:23 -04:00
parent e8abdcd03f
commit b9637f2dd9
16 changed files with 1612 additions and 14 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace App\Controllers;
class Project extends BaseController
{
public function index(): string
{
return view('project');
}
}