mirror of
https://github.com/phpmon/website
synced 2025-08-07 06:40:08 +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