Files
WebTech/templates/navbar_base.html
2025-04-01 12:10:54 +02:00

6 lines
192 B
HTML

<nav class="navbar navbar-expand-lg bg-body-tertiary" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="\dashboard">Dashboard</a>
</div>
</nav>