diff options
author | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-07 16:39:42 +0200 |
---|---|---|
committer | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-07 16:39:42 +0200 |
commit | b6ca062670b342344df08b53fb216db619ef42bc (patch) | |
tree | 7680ac6b407239f6b7272c937e42f688b8de542c /public/500.html |
Import legacy manman source
Copied from www.ffgraz.net
Diffstat (limited to 'public/500.html')
-rw-r--r-- | public/500.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/500.html b/public/500.html new file mode 100644 index 0000000..ab95f74 --- /dev/null +++ b/public/500.html @@ -0,0 +1,8 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<body> + <h1>Application error</h1> + <p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html</p> +</body> +</html>
\ No newline at end of file |