mitrobill/ui/ui/a404.tpl

9 lines
283 B
Smarty
Raw Normal View History

2022-09-06 10:31:33 +07:00
{include file="sections/header.tpl"}
<div class="page page-err clearfix">
<div class="err-container">
<h1 class="m404 mb0">404 <a href="{$_url}dashboard" class="ion ion-forward" title="go to dashboard"></a></h1>
</div>
</div>
2017-03-11 02:51:06 +07:00
{include file="sections/footer.tpl"}