This commit is contained in:
2025-11-20 00:37:26 +01:00
parent b3efc18325
commit 52b28d29c3
3 changed files with 55 additions and 48 deletions

View File

@@ -9,6 +9,13 @@ $userInitials = null;
// Seitentitel & Description für das Layout
$pageTitle = 'usbcheck.it Test USB-Sticks';
$pageDescription = 'Prüfe deine USB-Sticks auf Geschwindigkeit, Integrität und mögliche Fakes direkt im Browser.';
$navAnchors = [
[ 'href' => '#how', 'key' => 'nav_how' ],
[ 'href' => '#problem', 'key' => 'nav_problem' ],
[ 'href' => '#features', 'key' => 'nav_features' ],
[ 'href' => '#security', 'key' => 'nav_security' ],
[ 'href' => '#faq', 'key' => 'nav_faq' ],
];
// Layout-Start (Head, Body, Header, <main>)
require __DIR__ . '/partials/layout_start.php';