diff options
Diffstat (limited to 'template/French/noauth.html')
-rw-r--r-- | template/French/noauth.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/French/noauth.html b/template/French/noauth.html new file mode 100644 index 0000000..769aed4 --- /dev/null +++ b/template/French/noauth.html @@ -0,0 +1,12 @@ +<html> +<head> + <title>Authorization Required</title> +</head> + +<body> + <h1>Authorization Required</h2> + + <p>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.<p> + +</body> +</html> |