Skip to content

Commit

Permalink
adding a 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Belote committed Mar 13, 2010
1 parent 570eccb commit 19314de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
<h1>Whoops</h1>
<p>That page doesn't exist. <a href="/">Click here to go home</a>
{% endblock %}

0 comments on commit 19314de

Please sign in to comment.