Skip to content

Commit

Permalink
Improve navbar link
Browse files Browse the repository at this point in the history
  • Loading branch information
Brottweiler committed Aug 9, 2024
1 parent cdec2d9 commit e1b74ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Brottweiler’s Webzone</h1>
<nav>
<p>
<a href="/">Home</a>
<a href="links.html">Links</a>
<a href="/links">Links</a>
<a href="https://blog.brottsie.eu/blog/">Blog</a>
</p>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion links.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Brottweiler’s Webzone</h1>
<nav>
<p>
<a href="/">Home</a>
<a href="links.html">Links</a>
<a href="/links">Links</a>
<a href="https://blog.brottsie.eu/blog/">Blog</a>
</p>
</nav>
Expand Down

0 comments on commit e1b74ed

Please sign in to comment.