Skip to content

Commit

Permalink
404, 500.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobian committed Oct 22, 2010
1 parent 1a2c80f commit 1cda4dc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/404.html
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Not here.</title>
</head>
<body>
<h1>Not here (404)</h1>
<p>I don't know what you're looking for, but I don't have it.</p>
</body>
9 changes: 9 additions & 0 deletions templates/500.html
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Oops.</title>
</head>
<body>
<h1>It broke (500)</h1>
<p>It's probably your fault.</p>
</body>

0 comments on commit 1cda4dc

Please sign in to comment.