1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-13 21:42:17 +03:00
Files
apache/docs/error/include/bottom.html
Roy T. Fielding 3180951d1e Do not send irrelevant bits by default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90439 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 23:10:25 +00:00

28 lines
728 B
HTML

</DL><DL><DD>
<!--#include virtual="../contact.html.var" -->
</DL>
<!--#if expr="$INCLUDE_LOGO=yes" -->
<BR CLEAR=<!--#if expr="$ALIGN_LOGO=left" -->right<!--#else -->left<!--#endif -->>
<!--#endif -->
<H2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></H2>
<DL>
<DD>
<ADDRESS>
<!--#if expr="$INCLUDE_SERVER_NAME=yes" -->
<A HREF="/"><!--#echo encoding="none" var="SERVER_NAME" --></A>
<BR>
<!--#endif -->
<!--#if expr="$INCLUDE_DATE=yes" -->
<!--#config timefmt="%c" -->
<small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
<BR>
<!--#endif -->
<!--#if expr="$INCLUDE_SOFTWARE=yes" -->
<small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
<!--#endif -->
</ADDRESS>
</DL>
</HTML>