Skip to content

Commit

Permalink
file navigation error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Westwitt authored Nov 22, 2023
1 parent 2358801 commit b38b583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<nav>
<a href="" id="first-link" class="selected">Home</a>
<a href="./src/pages/games/games.html">Games</a>
<a href="../animes/animes.html">Animes</a>
<a href="../src/pages/animes/animes.html">Animes</a>
<a href="#">Sobre</a>
<span id="box"></span>
</nav>
Expand Down

0 comments on commit b38b583

Please sign in to comment.