szurubooru/client/html/not_found.tpl
rr- 6ea129a9ef client/views: escape HTML
This lets client use < > in tag names.
2016-06-23 12:47:56 +02:00

5 lines
173 B
Smarty

<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>