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/developer | |
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/developer')
-rw-r--r-- | docs/manual/developer/API.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/manual/developer/API.html b/docs/manual/developer/API.html index 98c442a84f..ad539e2abb 100644 --- a/docs/manual/developer/API.html +++ b/docs/manual/developer/API.html @@ -1,9 +1,17 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html><head> <title>Apache API notes</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 API notes</h1> +<h1 ALIGN="CENTER">Apache API notes</h1> These are some notes on the Apache API and the data structures you have to deal with, etc. They are not yet nearly complete, but |