Initial commit

This commit is contained in:
2022-08-14 20:04:30 +02:00
commit 6f84cd60ab
69 changed files with 12910 additions and 0 deletions

5
routes/web.php Normal file
View File

@ -0,0 +1,5 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', fn () => view('onepager'));