refonte du site

This commit is contained in:
2026-03-23 21:47:00 +01:00
parent 0acbd1c7d7
commit 97ed7a5fa8
60 changed files with 12992 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});