diff options
author | Ken Coar <coar@apache.org> | 1997-06-04 13:42:58 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1997-06-04 13:42:58 +0200 |
commit | 97829d3fee9d0aca26f0bad657b69717d1ae0399 (patch) | |
tree | 8f5c627b241493bad061ba1333f292d210e5585d /docs/manual/misc/index.html | |
parent | Changed colours from mnemonics to #rrggbb syntax, since some (diff) | |
download | apache2-97829d3fee9d0aca26f0bad657b69717d1ae0399.tar.xz apache2-97829d3fee9d0aca26f0bad657b69717d1ae0399.zip |
Online docs appearance rework: pass 1, phase 2 - the
htdocs/manual/misc directory. Colour scheme set up and
page-top stuff centred.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/misc/index.html')
-rw-r--r-- | docs/manual/misc/index.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/manual/misc/index.html b/docs/manual/misc/index.html index e826fdc0d5..127b1f2f0d 100644 --- a/docs/manual/misc/index.html +++ b/docs/manual/misc/index.html @@ -1,12 +1,19 @@ -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Apache Miscellaneous Documentation</TITLE> </HEAD> - <BODY> + <!-- Background white, links blue (unvisited), navy (visited), red (active) --> + <BODY + BGCOLOR="#FFFFFF" + TEXT="#000000" + LINK="#0000FF" + VLINK="#000080" + ALINK="#FF0000" + > <!--#include virtual="header.html" --> - <H1>Apache Miscellaneous Documentation</h1> + <H1 ALIGN="CENTER">Apache Miscellaneous Documentation</h1> <P> Below is a list of additional documentation pages that apply to the |