1
0
Fork 0
feedizer-php/htdocs/templates/error404.html

18 lines
542 B
HTML
Raw Normal View History

2015-11-13 23:51:46 +01:00
{{extends file="base.html"}}
{{block name=content}}
<div class='row'>
<div class='columns small-12'>
<h2>Oops!</h2>
<p>
The {{$type|default:page}} you tried to open does not
exist. You can <a href="javascript:history.back();">
go back</a> or <a href="/">go home</a>.
</p>
<p>
I am an Error 404 (Not Found). Retrying is futile.
</p>
</div>
</div>
{{/block}}