Files
espocrm/client/res/templates/errors/404.tpl
Yuri Kuznetsov 32977a09f1 style fix
2022-08-15 15:37:00 +03:00

9 lines
310 B
Smarty

<div class="container">
<div class="panel panel-default block-center-md margin-top-2x">
<div class="panel-body">
<h1 class="text-5em text-soft margin-bottom-4x">404</h1>
<p class="text-large">{{translate 'error404' category='messages'}}</p>
</div>
</div>
</div>