diff options
author | Vladimir Panteleev <github.private@thecybershadow.net> | 2018-03-18 05:59:38 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-18 05:59:38 +0100 |
commit | fec3b27bc797824496201e61a0b554331c2cedd5 (patch) | |
tree | 2f212325b04d301c438838a93cf0223e8b02398f /errors/403.html | |
parent | b60e501b05c49eb8187a2ce755d4263f132ecdb8 (diff) | |
download | bugzilla-fec3b27bc797824496201e61a0b554331c2cedd5.tar.gz bugzilla-fec3b27bc797824496201e61a0b554331c2cedd5.tar.xz |
Bug 1446236 - Generate static error pages
Diffstat (limited to 'errors/403.html')
-rw-r--r-- | errors/403.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/errors/403.html b/errors/403.html deleted file mode 100644 index e2faf8522..000000000 --- a/errors/403.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE HTML> -<html> - <head> - <title>Access Denied</title> - <style> - body { - margin: 1em 2em; - background-color: #455372; - color: #ddd; - font-family: sans-serif; - } - h1, h3 { - color: #fff; - } - a { - color: #fff; - text-decoration: none; - } - #buggie { - float: left; - } - #content { - margin-left: 100px; - padding-top: 20px; - } - </style> - </head> - <body> - <img src="/images/buggie.png" id="buggie" alt="buggie" width="78" height="215"> - <div id="content"> - <h1>Access Denied</h1> - <p>Access to the requested resource has been denied.</p> - <h3>Error 403</h3> - <p><a href="/">bugzilla.mozilla.org</a></p> - </div> - </body> -</html> |