1
0
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:
devfake
2015-06-20 17:13:40 +02:00
parent 190a44e103
commit b387a67e4f
20 changed files with 774 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
<?php
get('/', function() {
return 'hi gwent';
return view('tpl.landing')
->withSection('landing');
});