diff options
Diffstat (limited to 'denied.php')
-rw-r--r-- | denied.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/denied.php b/denied.php new file mode 100644 index 0000000..9bb72d6 --- /dev/null +++ b/denied.php @@ -0,0 +1,12 @@ +<html> + <head> + <title>CAcert Board Decisions</title> + <meta http-equiv="Content-Type" content="text/html; charset='UTF-8'" /> + <link rel="stylesheet" type="text/css" href="styles.css" /> + </head> + <body> + <b>You are not authorized to act here!</b><br/> + <i>If you think this is in error, please contact the administrator</i> + <i>If you don't know who that is, it is definitely not an error ;)</i> + </body> +</html>
\ No newline at end of file |