Files
Web-site/p/dl/index.html
T
2026-05-27 21:44:33 +02:00

26 lines
834 B
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>