16 lines
334 B
Smarty
16 lines
334 B
Smarty
|
{{include file='./../tpl/parts/header.tpl'}}
|
||
|
|
||
|
{{include file='./../tpl/parts/nav.tpl'}}
|
||
|
|
||
|
<div class="container text-center">
|
||
|
<h1>{{$lang.404_title}}</h1>
|
||
|
<p>{{$lang.404_text_1}}</p>
|
||
|
<p>{{$lang.404_text_2}}</p>
|
||
|
<a href="/" class="btn btn-success">{{$lang.404_btn}}</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{{include file='./../tpl/parts/footer.tpl'}}
|
||
|
|
||
|
|