This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/404.html

13 lines
189 B
HTML
Raw Normal View History

2013-06-01 20:51:21 +02:00
{{template "header.html" .S}}
2013-05-09 09:42:03 +02:00
<div class="row">
<div class="span10 offset1">
<h4>Page not found</h4>
<p>
The requested page don't exist.
</p>
</div>
</div>
{{template "footer.html"}}