mirror of
https://github.com/LucasVbr/todo-list.git
synced 2026-05-16 17:22:02 +00:00
ba11981039
Add navbar and footer Improve design of the List Add MIT LICENCE
10 lines
219 B
HTML
10 lines
219 B
HTML
<div class="w-screen h-screen justify-between flex flex-col">
|
|
<app-navbar></app-navbar>
|
|
|
|
<div class="container mx-auto">
|
|
<app-todolist class="mx-2"></app-todolist>
|
|
</div>
|
|
|
|
<app-footer></app-footer>
|
|
</div>
|