mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
moved directory structure
This commit is contained in:
12
website/templates/pages/404.html
Normal file
12
website/templates/pages/404.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "html/outer.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="content">
|
||||
<div class="layout-wrapper layout-main">
|
||||
<h3>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 %}
|
||||
Reference in New Issue
Block a user