add index, menu, css...

This commit is contained in:
s0dyy
2020-02-13 10:01:27 +01:00
parent 1c2e16cc0a
commit f0a268e4e8
7 changed files with 87 additions and 1 deletions

View File

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