add 404.html
This commit is contained in:
parent
72409c5a98
commit
3218e3d273
12
mofca/templates/404.html
Normal file
12
mofca/templates/404.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/static/css/inner.css" type="text/css" />
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="comingSoon">
|
||||
The website is under construction, and this page is coming soon.. sorry :)
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user