mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-16 06:05:58 +02:00
16 lines
495 B
Smarty
16 lines
495 B
Smarty
<div class="flex-fill">
|
|
<h2 class="fw-semibold tracking-tight text-center">[[pages:maintenance.text, {site_title}]]</h2>
|
|
|
|
<div class="mx-auto">
|
|
<div class="d-flex flex-column gap-3 justify-content-center text-center">
|
|
<div class="mx-auto p-4 bg-light border rounded">
|
|
<i class="text-secondary fa fa-fw fa-4x fa-wrench"></i>
|
|
</div>
|
|
{{{ if message }}}
|
|
[[pages:maintenance.messageIntro]]
|
|
<div class="text-sm text-muted">{message}</div>
|
|
{{{ end }}}
|
|
</div>
|
|
</div>
|
|
</div>
|