Files
mitrobill/ui/ui/404.tpl

11 lines
366 B
Smarty
Raw Normal View History

2022-09-06 10:31:33 +07:00
{include file="sections/user-header.tpl"}
2024-08-15 10:21:10 +07:00
<div class="page page-err clearfix">
<div class="err-container">
<h1 class="m404 mb0">404 <a href="{$_url}home" class="ion ion-forward" title="Go to Dashboard"></a></h1>
<p class="text-desc mb20">{Lang::T('Coming Soon! Next Version...')}</p>
</div>
</div>
2022-09-06 10:31:33 +07:00
2024-08-15 10:21:10 +07:00
{include file="sections/user-footer.tpl"}