diff options
author | Ken Coar <coar@apache.org> | 1997-06-04 16:14:24 +0000 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1997-06-04 16:14:24 +0000 |
commit | 8a147876e28e6267146adb9f8af4920d3c22cd06 (patch) | |
tree | a4b22215a3c09871c998643a270be932286ba8f3 /docs/manual/mod/mod_include.html | |
parent | 97829d3fee9d0aca26f0bad657b69717d1ae0399 (diff) | |
download | httpd-8a147876e28e6267146adb9f8af4920d3c22cd06.tar.gz |
Online docs appearance rework, pass 1 phase 3: module descriptions.
This is the end of this pass for the online manual.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78228 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_include.html')
-rw-r--r-- | docs/manual/mod/mod_include.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index 22c2c8a459..6f51130998 100644 --- a/docs/manual/mod/mod_include.html +++ b/docs/manual/mod/mod_include.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 module mod_include</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>Module mod_include</H1> +<H1 ALIGN="CENTER">Module mod_include</H1> This module is contained in the <code>mod_include.c</code> file, and is compiled in by default. It provides for server-parsed html |