Files
ems-frontend/src/app/app.component.html
Jan-Marlon Leibl 53c0fde21f style employee list (#6)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #6
Co-authored-by: Jan-Marlon Leibl <jleibl@proton.me>
Co-committed-by: Jan-Marlon Leibl <jleibl@proton.me>
2024-12-18 12:00:26 +00:00

6 lines
163 B
HTML

<main class="container mx-auto px-4 py-8 max-w-6xl">
<h1 class="text-3xl font-bold text-gray-900 mb-8">{{ title }}</h1>
<router-outlet></router-outlet>
</main>