feat: index on p/index not on JS

[10][DONE]
This commit is contained in:
2026-05-27 19:22:46 +02:00
parent eef955dd3f
commit ef1185435b
5 changed files with 253 additions and 48 deletions
+2 -3
View File
@@ -10,7 +10,7 @@
<body>
<div class="page-shell">
<header class="site-header">
<a class="brand" href="/" data-route="home" aria-label="Retour à l'accueil">
<a class="brand" href="/?p/index/" data-route="index" aria-label="Retour à l'accueil">
<span class="brand-mark">F</span>
<span class="brand-text">
<strong>Fws</strong>
@@ -19,9 +19,8 @@
</a>
<nav class="site-nav" aria-label="Navigation principale">
<a href="/" data-route="home">Accueil</a>
<a href="/?p/index/" data-route="index">Accueil</a>
<a href="/?p/dl/" data-route="dl">DL</a>
<a href="/?p/test/" data-route="test">test</a>
</nav>
</header>