SEESenv/web/hgbook/templates/404.html
author amit@thunder
Wed, 10 Mar 2010 17:39:26 +0530
changeset 45 b5bff924ef69
parent 2 52d12eb31c30
permissions -rwxr-xr-x
Some more changes to soup is made in final html also comment.html has been changed so the links don't appear
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     1
{% extends "simple.html" %}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     2
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     3
{% block title %}Page Not Found{% endblock %}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     4
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     5
{% block body %}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     6
<p>Sorry, we hit <a href="http://www.haskell.org/haskellwiki/Bottom">&perp;</a> when trying to find the
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     7
page you requested.</p>
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     8
{% endblock %}