diff options
Diffstat (limited to 'views/bad_format.tpl')
-rw-r--r-- | views/bad_format.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/views/bad_format.tpl b/views/bad_format.tpl new file mode 100644 index 0000000..6efdab8 --- /dev/null +++ b/views/bad_format.tpl @@ -0,0 +1,10 @@ +<html> +<head> +<title>Bad paste format requested</title> +</head> +<body> +<h2>Hello</h2> +<p>I do not understand the format you are trying to get for the past +requested. Please try again with either <i>colored</i> or <i>raw</i></p> +</body> +</html> |