Skip to content

Commit

Permalink
Adds 500 template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazelife committed Aug 2, 2010
1 parent 7b9a2af commit 2b424ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions it_is/templates/500.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Server Error.</title>
<meta charset="utf-8" />
</head>
<body>
<h1>Server Error</h1>
</body>
</html>

0 comments on commit 2b424ec

Please sign in to comment.