diff options
author | Mike Hommey <mh@glandium.org> | 2004-03-25 06:59:32 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-03-25 06:59:32 +0000 |
commit | d09ab089457ae3c20cc98f9afa03379c6ebf9598 (patch) | |
tree | f34702d634972abbc1b478a4529149b548a1cd4c /test/HTML/Down.html | |
download | libxml2-upstream/2.6.8.tar.gz |
[svn-inject] Installing original source versionupstream/2.6.8
Diffstat (limited to 'test/HTML/Down.html')
-rw-r--r-- | test/HTML/Down.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/HTML/Down.html b/test/HTML/Down.html new file mode 100644 index 0000000..92eca21 --- /dev/null +++ b/test/HTML/Down.html @@ -0,0 +1,12 @@ +<html> +<head> + <title>This service is temporary down</title> +</head> + +<body bgcolor="#FFFFFF"> +<h1 align="center">Sorry, this service is temporary down</h1> +We are doing our best to get it back on-line, + +<p>The W3C system administrators</p> +</body> +</html> |