web/hgbook/templates/404.html
author amit@thunder
Mon, 25 Jan 2010 18:56:45 +0530
changeset 0 8083d21c0020
permissions -rwxr-xr-x
The first commit of all the required files for the review app

{% 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 %}