This commit is contained in:
2026-03-02 02:46:16 +01:00
parent a5cfb1ef35
commit 3faee1f6c4
6 changed files with 24 additions and 9 deletions

View File

@@ -9,7 +9,10 @@ $flash = $app->flash()->get();
?>
<div class="card">
<div class="pill">env: <?= htmlspecialchars(defined('APP_ENV') ? APP_ENV : 'local', ENT_QUOTES) ?></div>
<h1 style="margin-top: .75rem;"><?= htmlspecialchars(t('common.title'), ENT_QUOTES) ?></h1>
<div style="display:flex; align-items:center; gap:.75rem; margin-top:.75rem;">
<img src="/assets/images/logo.png" alt="Nexus" style="height:40px; width:auto;">
<h1 style="margin:0;"><?= htmlspecialchars(t('common.title'), ENT_QUOTES) ?></h1>
</div>
<p class="muted"><?= htmlspecialchars(t('common.intro'), ENT_QUOTES) ?></p>