From ff26253bdd430dfca1fc7426b262ec68fc0cf1fb Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 20 Nov 2025 02:34:06 +0100 Subject: [PATCH] asd --- public/index.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/index.php b/public/index.php index 044a104..644115a 100644 --- a/public/index.php +++ b/public/index.php @@ -18,8 +18,17 @@ $navAnchors = [ [ 'href' => '#security', 'key' => 'nav_security' ], [ 'href' => '#faq', 'key' => 'nav_faq' ], ]; +/* +tpl('layout_start'); // structure/header.php +tpl('hero', 'landing', 'main'); +tpl('how', 'landing', 'main'); + tpl('problem', 'landing', 'main'); + tpl('features', 'landing', 'main'); + tpl('security', 'landing', 'main'); + tpl('faq', 'landing', 'main'); +tpl('layout_end'); // structure/footer.php /*