Route correction and Home

This commit is contained in:
2020-12-18 00:03:53 -03:00
parent f5936c91ef
commit c2e8979c38
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
@extends('layout.base')
@section('page_content')
<div class="ui container">
Home
<div class="ui center aligned container">
<h1 class="header">Home</h1>
</div>
@endsection