Skip to content

Commit

Permalink
fix: index page link
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfdaemon committed Nov 6, 2023
1 parent 7c11224 commit f2e34c5
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 @@ -15,7 +15,7 @@
<h1>Cain's Pub</h1>
</header>
<ul>
<li><a href="/index.html">home</a></li>
<li><a href="index.html">home</a></li>
<li><a href="https://www.example.com">about</a></li>
<li><a href="https://www.gnu.org/licenses/agpl-3.0.en.html">legal</a></li>
</ul>
Expand Down

0 comments on commit f2e34c5

Please sign in to comment.