Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
accessgames authored Nov 30, 2023
1 parent 594ee79 commit 1fabc2f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions static/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@

<div class="container">
<ul class="menu">
<li><a id="IndexNav" href="/index.html">Home</a></li>
<li><a id="GamesNav" href="/games.html">Games</a></li>
<li><a id="BrowseNav" href="/browse.html">Browse</a></li>
<li><a id="AboutNav" href="/about.html">About</a></li>
<li><a id="GitdisNav" href="/gitdis.html">Discussions</a></li>
<a id="IndexNav" href="/index.html">Home</a></li>
<a id="GamesNav" href="/games.html">Games</a></li>
<a id="BrowseNav" href="/browse.html">Browse</a></li>
<a id="AboutNav" href="/about.html">About</a></li>
<a id="GitdisNav" href="/gitdis.html">Discussions</a></li>
<div class="dropdown">
<a href class="dropbtn">More</button>
<div class="dropdown-content">
<a href="#">Cool Stuff</a>
<a href="#">WidgetBot(Coming Soon)</a>
</div>
</div>
</ul>
</div>
</div>
Expand Down

1 comment on commit 1fabc2f

@vercel
Copy link

@vercel vercel bot commented on 1fabc2f Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.