Vereinshistorie-Seite: kompakter Hero, interaktive Museums-Timeline (Scroll-Reveal, Jahres-Sprungnav), Originalbilder unverändert

routes.php enthält auch die fussball-Route (User-WIP, Seite existiert)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 22:50:15 +02:00
parent 1ee08b932d
commit efa47d4f60
13 changed files with 368 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ declare(strict_types=1);
* Canonical und Sitemap folgen automatisch.
*/
return [
'' => ['file' => 'home.php', 'sitemap' => true],
'404' => ['file' => '404.php', 'sitemap' => false],
'' => ['file' => 'home.php', 'sitemap' => true],
'fussball' => ['file' => 'fussball.php', 'sitemap' => true],
'historie' => ['file' => 'historie.php', 'sitemap' => true],
'404' => ['file' => '404.php', 'sitemap' => false],
];