9 lines
250 B
HTML
9 lines
250 B
HTML
<div class="container">
|
|
<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>
|
|
|
|
<router-outlet></router-outlet>
|
|
</div>
|