diff options
Diffstat (limited to 'doc/default.html')
-rw-r--r-- | doc/default.html | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/doc/default.html b/doc/default.html index 2cb291d..b0a7d8f 100644 --- a/doc/default.html +++ b/doc/default.html @@ -1,7 +1,23 @@ -<html><head><title>{cause}</title></head> +<?xml version="1.0" encoding="UTF-8" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> + +<head> +<title>{cause}</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +</head> + <body> -<font size=\+2\>Cache Error!</font><br> -The following error has occured: {detail} -<hr> -<font size=\-1\><em>Generated by {package} ({version})</em></font> -</body></html> + +<h1>HTTP proxy error</h1> + +<p>The following error has occured at the HTTP proxy: {detail}</p> + +<hr /> + +<p><em>Generated by {package} ({version})</em></p> + +</body> + +</html> |