diff options
author | brian <brian@unknown> | 1996-11-21 10:47:40 +0000 |
---|---|---|
committer | brian <brian@unknown> | 1996-11-21 10:47:40 +0000 |
commit | 3448d5d6772d9876c42792348dbd91ee69bd3228 (patch) | |
tree | 694565b04ee3f881ba82de4cd8f380377cfcb389 /docs/manual/content-negotiation.html | |
parent | 7f6ff2bebe2cc546cc314aee6056fcc1bd72f8ad (diff) | |
download | httpd-3448d5d6772d9876c42792348dbd91ee69bd3228.tar.gz |
Another massive sweep, adding SSI header/footer combos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/content-negotiation.html')
-rw-r--r-- | docs/manual/content-negotiation.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/manual/content-negotiation.html b/docs/manual/content-negotiation.html index 20825f3661..35db8564b5 100644 --- a/docs/manual/content-negotiation.html +++ b/docs/manual/content-negotiation.html @@ -4,8 +4,8 @@ </head> <body> -<IMG SRC="../images/apache_sub.gif" ALT=""> -<h3>Content Arbitration: MultiViews and *.var files</h3> +<!--#include virtual="header.html" --> +<h1>Content Arbitration: MultiViews and *.var files</h1> The HTTP standard allows clients (i.e., browsers like Mosaic or Netscape) to specify what data formats they are prepared to accept. @@ -209,8 +209,5 @@ does, it is simply retrieved as usual. (So, someone who actually asks for <code>foo.jpeg</code>, as opposed to <code>foo</code>, never gets <code>foo.gif</code>). -<P><HR><P> -<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A> -<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A> - +<!--#include virtual="footer.html" --> </body> </html> |