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