szurubooru/client/html/not_found.tpl

5 lines
169 B
Smarty

<div class='not-found'>
<img src='/404.png' alt='404 Not found'/>
<p><%= ctx.path %> is not a valid URL.</p>
<p><a href='/'>Back to main page</a></p>
</div>