seitime-frappe/templates/pages/404.html
2013-07-10 20:42:43 +05:30

14 lines
No EOL
432 B
HTML

{% extends "app/website/templates/html/outer.html" %}
{% set title="Not Found" %}
{% block content %}
<div class="content">
<div class="layout-wrapper layout-main col col-lg-12">
<h3><i class="icon-exclamation-sign"></i> Page missing or moved</h3>
<br>
<p>We are very sorry for this, but the page you are looking for is missing
(this could be because of a typo in the address) or moved.</p>
</div>
</div>
{% endblock %}