diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 21:35:58 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-03-13 21:35:58 +0000 |
commit | 78c1ed384a798be38a82ab739433784af1c74fb3 (patch) | |
tree | d5ff725d46cda1bf5730bfd952765daeb60f1dbe /doc/default.html | |
parent | a46bfdc2e07442a49c4955abdd28fc458a2cece5 (diff) | |
download | tinyproxy-78c1ed384a798be38a82ab739433784af1c74fb3.tar.gz tinyproxy-78c1ed384a798be38a82ab739433784af1c74fb3.zip |
# Added default HTML files for HTTP error messages and the stats
page. [Steven Young]
Diffstat (limited to 'doc/default.html')
-rw-r--r-- | doc/default.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/default.html b/doc/default.html new file mode 100644 index 0000000..2cb291d --- /dev/null +++ b/doc/default.html @@ -0,0 +1,7 @@ +<html><head><title>{cause}</title></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> |