Browse Source

add 404.html

master
Sanj 13 years ago
parent
commit
3218e3d273
  1. 12
      mofca/templates/404.html

12
mofca/templates/404.html

@ -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…
Cancel
Save