| Index: modules/nginx/files/50x.html |
| diff --git a/modules/nginx/files/50x.html b/modules/nginx/files/50x.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f908b733d9bfb6c9da047f2ebcdaa47006d3b25d |
| --- /dev/null |
| +++ b/modules/nginx/files/50x.html |
| @@ -0,0 +1,37 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + |
| + <title>Error</title> |
| + <style type="text/css"> |
| + |
| + body { |
| + background: #f8f6f2; |
| + color: #000000; |
| + font-family: "Arial", sans-serif; |
| + } |
| + |
| + img { |
| + float: left; |
| + } |
| + |
| + h1 { |
| + font-size: 1.5em; |
| + padding-top: 96px; |
| + } |
| + |
| + p { |
| + padding-top: 0px; |
| + } |
| + |
| + </style> |
| + |
| +</head> |
| +<body> |
| + |
| + <img alt="Adblock Plus" src="https://testpages.adblockplus.org/images/abp-logo.png" /> |
| + <h1>ERROR</h1> |
| + <p>The page you are looking for is currently unavailable, please try again later.</p> |
| + |
| +</body> |
| +</html> |