diff --git a/public/index.php b/public/index.php index 6b99a7b..ea1881f 100644 --- a/public/index.php +++ b/public/index.php @@ -5,38 +5,15 @@ $lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en'; // User-Dummy (später über Login ersetzen) $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.'; + +// Layout-Start (Head, Body, Header,
) +require __DIR__ . '/partials/layout_start.php'; ?> - - - - - usbcheck.it – Test USB-Sticks - - - - - - - - - - - - - - - - - - -
- - - - - -
@@ -192,7 +169,7 @@ $userInitials = null;

- Free vs. Pro at a glance + Free vs Pro at a glance

  • @@ -427,13 +404,8 @@ $userInitials = null;
-
- - - - - - - - \ No newline at end of file +) +require __DIR__ . '/partials/layout_end.php'; +?>