8 lines
216 B
HTML
8 lines
216 B
HTML
<div class="flex flex-col h-screen justify-between">
|
|
<header class="inset-x-0 top-0 z-50 bg-secondary">
|
|
<iov-menu></iov-menu>
|
|
</header>
|
|
<router-outlet>
|
|
</router-outlet>
|
|
<iov-footer></iov-footer>
|
|
</div>
|