diff options
Diffstat (limited to 'views/bad_request.tpl')
-rw-r--r-- | views/bad_request.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/bad_request.tpl b/views/bad_request.tpl new file mode 100644 index 0000000..e21eddc --- /dev/null +++ b/views/bad_request.tpl @@ -0,0 +1,13 @@ +<html> +<head> +<title>Bad request (400)</title> +</head> +<body> +<h2>Hello</h2> +<p>I don't know how to manage your request.</p> + +<p>If you think that your request was valid, please report this issue</p> + +<p>I'm sorry for you, but <i>nonetheless</i> I whish you a very good day.</p> +</body> +</html> |