1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/NotFound/notfound.tpl

9 lines
209 B
Smarty

<div id="notfound_widget">
<h1>404</h1>
<img src="{$base_uri}themes/material/img/yuno.png" /> <br />
<h1>Y U NO FOUND</h1>
<a class="button flat" href="{$c->route('main')}">{$c->__('page.home')}</a>
</div>