11 lines
252 B
HTML
11 lines
252 B
HTML
<div class="flex flex-col min-h-screen">
|
|
<app-background/>
|
|
<main class="flex-1">
|
|
<app-navigation-bar/>
|
|
<router-outlet></router-outlet>
|
|
</main>
|
|
|
|
<p class="text-gray text-center p-5">
|
|
{{ 'common.copyright' | translate }}
|
|
</p>
|
|
</div> |