Initial Commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<div class="nav-header">
|
||||
<a class="nav-brand" href="">
|
||||
<span class="brand-icon">◆</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>
|
||||
Reference in New Issue
Block a user