change: removed .html in url
All checks were successful
Deploy on push / deploy (push) Has been skipped

This commit is contained in:
2026-03-23 02:40:49 -07:00
parent 9f60ab3cca
commit a72e4d21d5
5 changed files with 41 additions and 9 deletions

View File

@@ -30,9 +30,9 @@
<h1>food power rankings</h1>
<p>pick the better meal, one pair at a time, and the board updates live in this browser.</p>
<p class="page-links">
<a href="index.html">gallery</a>
<a href="./">gallery</a>
<span class="page-links__separator">/</span>
<a href="rankings.html" aria-current="page">rankings</a>
<a href="rankings" aria-current="page">rankings</a>
</p>
</header>