This commit is contained in:
Phan Huy Tran 2024-11-13 10:17:58 +01:00
commit a3a98be940
7 changed files with 80 additions and 8 deletions

View file

@ -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>