mirror of
https://github.com/phpmon/website
synced 2026-03-30 17:00:09 +02:00
Initial commit
This commit is contained in:
5
routes/web.php
Normal file
5
routes/web.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', fn () => view('onepager'));
|
||||
Reference in New Issue
Block a user