highlight current page in menu

This commit is contained in:
vincent-peugnet 2025-11-11 14:57:34 +01:00
parent 8e3b3ed0c0
commit 0bda210618
3 changed files with 10 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<body>
<nav>
<a href="index.html">home</a>
<a href="poster.html">poster</a>
<a href="poster.html" class="current">poster</a>
</nav>
<aside>
<a href="javascript:if(window.print)window.print()" class="print">🖨️ imprimer</a>