includes/modules/wizard.php

<!doctype html>
<html dir="<?= h(currentDir()) ?>" lang="<?= h(currentLang()) ?>">
<head>
    <title><?= h(t('wizard.title')) ?></title>
    <meta charset="utf-8">
    <meta name="robots" content="noindex, nofollow, noarchive, nosnippet">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" href="<?= assetOrPlaceholder('favicon', brivaciaFaviconPlaceholder()) ?>">
    <link rel="stylesheet" href="/assets/css/style.min.css">
</head>
<body>
    <?php require __DIR__ . '/../modals/wizard_modal.php'; ?>
    <script defer src="/assets/js/wizard.js"></script>
</body>
</html>