Files
GameSlopReference/GSR/Web/Layout/NavMenu.razor
T
2026-06-17 14:40:39 -04:00

17 lines
918 B
Plaintext

<div class="nav-header">
<a class="nav-brand" href="">
<span class="brand-icon">&#9670;</span>
<span class="brand-text">Game Slop Reference</span>
</a>
</div>
<nav class="nav-links">
<NavLink class="nav-link" href="" Match="NavLinkMatch.All">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>
Home
</NavLink>
<NavLink class="nav-link" href="games">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="6" y1="6" x2="6" y2="18"/><line x1="10" y1="6" x2="10" y2="18"/><path d="M14 6h4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4"/></svg>
Games
</NavLink>
</nav>