Files
MSE-PI-E2EEDA-Plein-de-eeee…/ui/src/app/components/header/header.component.html
2026-04-15 19:51:44 +02:00

9 lines
208 B
HTML

<header>
<div class="header-content">
<h1 routerLink="/dashboard">🌡️ PI_E2EEDA</h1>
<nav>
<a routerLink="/dashboard" routerLinkActive="active">Dashboard</a>
</nav>
</div>
</header>