Skip to content

Commit

Permalink
Fix: Nav hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzensi committed Jun 1, 2024
1 parent eb6a814 commit e90d327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<img src="img/NTV_icon_128.png" alt="Logo icon" />
<nav>
<ul>
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="userscript.html">USERSCRIPT</a></li>
<li class="active"><a href="/">HOME</a></li>
<li><a href="userscript/">USERSCRIPT</a></li>
</ul>
</nav>
</div>
Expand Down
4 changes: 2 additions & 2 deletions web/userscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<img src="img/NTV_icon_128.png" alt="Logo icon" />
<nav>
<ul>
<li><a href="index.html">HOME</a></li>
<li class="active"><a href="userscript.html">USERSCRIPT</a></li>
<li><a href="/">HOME</a></li>
<li class="active"><a href="userscript/">USERSCRIPT</a></li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit e90d327

Please sign in to comment.