1
0
mirror of git://f0xx.org/ac/ac-be-auth synced 2026-07-29 05:58:21 +03:00

ui: add favicon + apple-touch-icon to all auth view heads

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-28 22:55:51 +02:00
parent d8d15d77ad
commit cd73a2b3bd
6 changed files with 12 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ $rawToken = trim($_GET['token'] ?? $_POST['token'] ?? '');
if (t === 'light' || t === 'dark') document.documentElement.setAttribute('data-theme', t);
})();
</script>
<link rel="icon" type="image/x-icon" href="<?= h($bp) ?>/assets/favicon.ico">
<link rel="apple-touch-icon" href="<?= h($bp) ?>/assets/apple-touch-icon.ico">
<link rel="stylesheet" href="<?= h($bp) ?>/assets/css/app.css">
</head>
<body class="login-page">