Update 404.tpl

This commit is contained in:
Ahmad Husein 2024-08-15 10:21:10 +07:00 committed by GitHub
parent 62867c0559
commit f238bf7a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
{include file="sections/user-header.tpl"} {include file="sections/user-header.tpl"}
<div class="page page-err clearfix"> <div class="page page-err clearfix">
<div class="err-container"> <div class="err-container">
<h1 class="m404 mb0">404 <a href="{$_url}home" class="ion ion-forward" title="go to dashboard"></a></h1> <h1 class="m404 mb0">404 <a href="{$_url}home" class="ion ion-forward" title="Go to Dashboard"></a></h1>
<p class="text-desc mb20">Coming Soon!! Next Version...</p> <p class="text-desc mb20">{Lang::T('Coming Soon! Next Version...')}</p>
</div> </div>
</div> </div>
{include file="sections/user-footer.tpl"} {include file="sections/user-footer.tpl"}