szurubooru/client/html/not_found.tpl

6 lines
173 B
Smarty
Raw Normal View History

<div class='not-found'>
<img src='/img/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>