add 404.html

This commit is contained in:
Sanj 2011-11-01 05:32:39 +00:00
parent 72409c5a98
commit 3218e3d273

12
mofca/templates/404.html Normal file
View 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 %}