1
0
Fork 0
Angular-DotIO/src/app/app.component.html

7 lines
191 B
HTML

<div class="flex flex-col min-h-screen">
<app-header></app-header>
<main class="container mx-auto px-4 py-8 flex-grow">
<router-outlet />
</main>
<app-footer></app-footer>
</div>