diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:01:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:01:30 +0000 |
commit | 6beeb1b708550be0d4a53b272283e17e5e35fe17 (patch) | |
tree | 1ce8673d4aaa948e5554000101f46536a1e4cc29 /docs/error/include | |
parent | Initial commit. (diff) | |
download | apache2-6beeb1b708550be0d4a53b272283e17e5e35fe17.tar.xz apache2-6beeb1b708550be0d4a53b272283e17e5e35fe17.zip |
Adding upstream version 2.4.57.upstream/2.4.57
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/error/include')
-rw-r--r-- | docs/error/include/bottom.html | 12 | ||||
-rw-r--r-- | docs/error/include/spacer.html | 2 | ||||
-rw-r--r-- | docs/error/include/top.html | 21 |
3 files changed, 35 insertions, 0 deletions
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html new file mode 100644 index 0000000..971de02 --- /dev/null +++ b/docs/error/include/bottom.html @@ -0,0 +1,12 @@ +</p> +<p> +<!--#include virtual="../contact.html.var" --> +</p> + +<h2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></h2> +<address> + <a href="/"><!--#echo var="SERVER_NAME" --></a><br /> + <span><!--#echo var="SERVER_SOFTWARE" --></span> +</address> +</body> +</html> diff --git a/docs/error/include/spacer.html b/docs/error/include/spacer.html new file mode 100644 index 0000000..7d5e595 --- /dev/null +++ b/docs/error/include/spacer.html @@ -0,0 +1,2 @@ +</p> +<p> diff --git a/docs/error/include/top.html b/docs/error/include/top.html new file mode 100644 index 0000000..ae63020 --- /dev/null +++ b/docs/error/include/top.html @@ -0,0 +1,21 @@ +<!--#if expr="-z v('CONTENT_LANGUAGE')" +--><!--#set var="CONTENT_LANGUAGE" value="en" +--><!--#endif +--><?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="<!--#echo var="CONTENT_LANGUAGE" -->" xml:lang="<!--#echo var="CONTENT_LANGUAGE" -->"> +<head> +<title><!--#echo encoding="none" var="TITLE" --></title> +<link rev="made" href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->" /> +<style type="text/css"><!--/*--><![CDATA[/*><!--*/ + body { color: #000000; background-color: #FFFFFF; } + a:link { color: #0000CC; } + p, address {margin-left: 3em;} + span {font-size: smaller;} +/*]]>*/--></style> +</head> + +<body> +<h1><!--#echo encoding="none" var="TITLE" --></h1> +<p> |