diff options
Diffstat (limited to 'template/error.template')
-rw-r--r-- | template/error.template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/error.template b/template/error.template new file mode 100644 index 0000000..804d439 --- /dev/null +++ b/template/error.template @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> +<head> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width,initial-scale=1"> +<title>This is fine.</title> +</head> +<body> +<h1>@ERROR_STATUS@. This is fine.</h1> +</body> +</html> |