fakecheck

This commit is contained in:
2025-11-24 01:05:41 +01:00
parent f3cd26ba89
commit 09ab7bad59
5 changed files with 43 additions and 26 deletions

View File

@@ -26,8 +26,14 @@ $lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en';
// Basis-URL für Reports
$baseUrl = "https://usbcheck.it";
?>
if (function_exists('tpl_add_script')) {
tpl_add_script('/assets/js/fakecheck.js', 'footer', true, false, '', null);
}
if (function_exists('tpl_add_style')) {
tpl_add_style('/assets/css/fakecheck.css', 'header');
}
?>
<?php tpl('layout_start', 'structure'); ?>
<?php tpl('hero', 'landing', 'fakecheck'); ?>