diff options
Diffstat (limited to 'data/templates/exception.htm')
| -rw-r--r-- | data/templates/exception.htm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/templates/exception.htm b/data/templates/exception.htm new file mode 100644 index 0000000..805342a --- /dev/null +++ b/data/templates/exception.htm @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <!--<link rel="stylesheet" href="phorkie.css" />--> + <title>Error - Phorkie</title> + </head> + <body> + <article> + <h1>Error</h1> + <p> + {{exception.getMessage}} + </p> + </article> + </body> +</html> |
