mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 10:17:15 +02:00
13 lines
488 B
Smarty
13 lines
488 B
Smarty
<div class="flex-fill">
|
|
<h2 class="fw-semibold tracking-tight text-center">[[global:404.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 {{{ if icon }}}{icon}{{{ else }}}fa-otter{{{ end }}}"></i>
|
|
</div>
|
|
{{{ if error }}}{error}{{{ else }}}[[global:404.message, {config.relative_path}]]{{{ end }}}
|
|
</div>
|
|
</div>
|
|
</div>
|