gnousdoteu-v3/tpl/404.tpl

16 lines
334 B
Smarty
Raw Normal View History

2019-07-29 18:22:19 +00:00
{{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'}}