mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
start with design implementation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
get('/', function() {
|
||||
return 'hi gwent';
|
||||
return view('tpl.landing')
|
||||
->withSection('landing');
|
||||
});
|
Reference in New Issue
Block a user