SEESenv/web/hgbook/templates/404.html
author amit@thunder
Sun, 21 Feb 2010 18:00:14 +0530
changeset 7 e9bf8b47a809
parent 2 52d12eb31c30
permissions -rwxr-xr-x
Added /index because only / does not seem to work

{% extends "simple.html" %}

{% block title %}Page Not Found{% endblock %}

{% block body %}
<p>Sorry, we hit <a href="http://www.haskell.org/haskellwiki/Bottom">&perp;</a> when trying to find the
page you requested.</p>
{% endblock %}