Details
This commit is contained in:
parent
7355cbf630
commit
a3a98be940
7 changed files with 80 additions and 8 deletions
|
@ -1,5 +1,9 @@
|
|||
<div class="container">
|
||||
<h1 class="text-center my-5 fw-bold">Homes</h1>
|
||||
<div class="text-center my-4">
|
||||
<a [routerLink]="['/']" class="display-4 text-decoration-none fw-bold text-primary hover:text-decoration-underline">
|
||||
Homes
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<app-home></app-home>
|
||||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue