mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 03:10:00 +00:00
6 lines
192 B
HTML
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>
|