feat(dl): gestion des versions (latest + archive) sur la page downloads

This commit is contained in:
2026-05-28 18:19:27 +02:00
parent bca5626096
commit 5ccc51e8e5
3 changed files with 201 additions and 27 deletions
-26
View File
@@ -85,30 +85,4 @@
<script src="../assets/js/downloads.js"></script>
</body>
</html>
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>DL</title>
</head>
<body>
<main data-page-content>
<section class="hero">
<p class="eyebrow">Route DL</p>
<h1>Le contenu de la section DL charge ici.</h1>
<p class="lead">
Cette page vit dans <span>p/dl/index.html</span> et son contenu est injecté dans le
<span>main</span> quand l'URL pointe vers <span>/?p/dl/</span>.
</p>
<div class="hero-actions">
<a class="button button-primary" href="/" data-route="home">Retour à l'accueil</a>
<a class="button button-secondary" href="/?p/dl/" data-route="dl">Recharger DL</a>
</div>
</section>
</main>
</body>
</html>