Skip to content

Commit

Permalink
Update browse.html
Browse files Browse the repository at this point in the history
  • Loading branch information
accessgames authored Feb 22, 2024
1 parent 6ab4b9a commit 400e013
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions static/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@

<div class="container">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="browse.html">Browse</a></li>
<li><a href="about.html">About</a></li>
<li><a href="gitdis.html">Discussions</a></li>
<a href="index.html">Home</a>
</li>
<a href="games.html">Games</a>
</li>
<a href="browse.html">Browse</a>
</li>
<a href="about.html">About</a>
</li>
<a href="gitdis.html">Discussions</a>
</li>
</ul>
</div>
</div>
Expand Down

1 comment on commit 400e013

@vercel
Copy link

@vercel vercel bot commented on 400e013 Feb 22, 2024

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.