add homepage with styles

This commit is contained in:
albert
2024-11-07 17:47:14 +01:00
parent 6baa3231a6
commit 54a023c139
4 changed files with 136 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use App\Http\Controllers\ProfileController;
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
return view('home');
});
Route::get('/dashboard', function () {