From b3efc183251306f2f9b256192f8b7a2e3e844ebb Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 19 Nov 2025 23:59:24 +0100 Subject: [PATCH] new layout --- public/index.php | 52 +++++++++++------------------------------------- 1 file changed, 12 insertions(+), 40 deletions(-) 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'; +?>