feat(layout): shared shell and page styles

This commit is contained in:
2026-05-27 21:20:03 +02:00
parent d178122b6a
commit ca4f849dda
6 changed files with 375 additions and 136 deletions
+2
View File
@@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Accueil</title>
<link rel="stylesheet" href="../assets/main-styles/main.css" />
</head>
<body>
<main data-page-content>
@@ -14,6 +15,7 @@
La page principale vit dans <span>p/index/index.html</span> et le script l'injecte dans le
<span>main</span> quand l'URL pointe vers <span>/?p/index/</span>.
</p>
<p class="release-badge">Download FWS</p>
<div class="hero-actions">
<a class="button button-primary" href="/?p/dl/" data-route="dl">Aller vers DL</a>
<a class="button button-secondary" href="/?p/index/" data-route="index">Rester sur l'accueil</a>