brotherton-erpnext/website/templates/pages/404.html

12 lines
367 B
HTML
Raw Normal View History

2012-07-12 13:11:12 +00:00
{% extends "html/outer.html" %}
2012-06-15 08:30:06 +00:00
{% block content %}
<div class="content">
<div class="layout-wrapper layout-main">
2012-12-19 04:44:59 +00:00
<h3><i class="icon-exclamation-sign"></i> Page missing or moved</h3>
2012-06-15 08:30:06 +00:00
<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 %}