modify view and style

This commit is contained in:
s0dyy
2020-03-13 11:11:35 +01:00
parent f0a268e4e8
commit b76a536ec5
6 changed files with 71 additions and 59 deletions

View File

@ -12,7 +12,7 @@
*/
Route::get('/', function () {
return view('index');
return view('home');
});
Route::get('contact-us', 'ContactUSController@contactUS');