Files
NodeBB/src/views/404.tpl
Barış Soner Uşaklı 73d02725f0 new 404 page
2023-05-01 13:49:34 -04:00

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>