This commit is contained in:
2026-03-02 21:44:39 +01:00
parent 3faee1f6c4
commit f56b63cff6
5 changed files with 271 additions and 15 deletions

View File

@@ -9,10 +9,7 @@ $flash = $app->flash()->get();
?>
<div class="card">
<div class="pill">env: <?= htmlspecialchars(defined('APP_ENV') ? APP_ENV : 'local', ENT_QUOTES) ?></div>
<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>
<h1 style="margin-top: .75rem;"><?= htmlspecialchars(t('common.title'), ENT_QUOTES) ?></h1>
<p class="muted"><?= htmlspecialchars(t('common.intro'), ENT_QUOTES) ?></p>