go
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user