This commit is contained in:
2025-11-24 02:12:49 +01:00
parent 71b0a4c72a
commit b2584bc828
8 changed files with 656 additions and 0 deletions

View File

@@ -41,6 +41,13 @@ $host = $_SERVER['HTTP_HOST'] ?? '';
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@600;700;800&display=swap" rel="stylesheet">
<script>
window.fakecheckBaseUrl = <?= json_encode($GLOBALS['usb_base_url'] ?? '') ?>;
window.fakecheckLocale = <?= json_encode($lang ?? 'en') ?>;
window.fakecheckApiBaseUrl = <?= json_encode($GLOBALS['usb_api_base'] ?? 'https://api.usbcheck.it') ?>;
</script>
<?php
// CSS im Header
foreach ($GLOBALS['page_styles'] as $style) {