summaryrefslogtreecommitdiff
path: root/docs/docroot
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-05-03 22:33:41 +0000
committerJoshua Slive <slive@apache.org>2001-05-03 22:33:41 +0000
commit7303c9354dad6d5f0ee2b41b67633192d1552fbc (patch)
tree078f64faae06862bf6fdd1c61c1262da2f15f857 /docs/docroot
parentbab1a0bedc8a492205fb4b48111c8944b23516dd (diff)
downloadhttpd-7303c9354dad6d5f0ee2b41b67633192d1552fbc.tar.gz
Conversion to XHTML.
The plan is to continue converting the rest of the docs to XHTML, so if you have any objections, please voice them now on apache-docs. Submitted by: James Sutherland <jas88@cam.ac.uk> Reviewed by: Joshua Slive, William A. Rowe, Jr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/docroot')
-rw-r--r--docs/docroot/index.html.en66
1 files changed, 30 insertions, 36 deletions
diff --git a/docs/docroot/index.html.en b/docs/docroot/index.html.en
index d1548ae89e..d86ee62491 100644
--- a/docs/docroot/index.html.en
+++ b/docs/docroot/index.html.en
@@ -1,45 +1,39 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
- <HEAD>
- <TITLE>Test Page for Apache Installation</TITLE>
- </HEAD>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta name="generator" content="HTML Tidy, see www.w3.org" />
+<title>Test Page for Apache Installation</title>
+</head>
<!-- Background white, links blue (unvisited), navy (visited), red
(active) -->
- <BODY
- BGCOLOR="#FFFFFF"
- TEXT="#000000"
- LINK="#0000FF"
- VLINK="#000080"
- ALINK="#FF0000"
- >
+<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
+vlink="#000080" alink="#FF0000">
+<p>If you can see this, it means that the installation of the <a
+href="http://www.apache.org/foundation/preFAQ.html">Apache web
+server</a> software on this system was successful. You may now add
+content to this directory and replace this page.</p>
-
-<p>If you can see this, it means that the installation of the
-Apache web server software on this
-system was successful. You may now add content to this directory and
-replace this page.</p>
-
-<HR WIDTH="50%" SIZE="8">
-
-<H2 ALIGN="CENTER">Seeing this instead of the website you expected?</H2>
+<hr width="50%" size="8" />
+<h2 align="center">Seeing this instead of the website you
+expected?</h2>
<p>This page is here because the site administrator has changed the
-configuration of this web server. Please <STRONG>contact the person
-responsible for maintaining this server with questions.</STRONG> The
-Apache Software Foundation, which wrote the web server software this
-site administrator is using, has nothing to do with maintaining this
-site and cannot help resolve configuration issues.</p>
-
-<HR WIDTH="50%" SIZE="8">
-
+configuration of this web server. Please <strong>contact the person
+responsible for maintaining this server with questions.</strong>
+The Apache Software Foundation, which wrote the web server software
+this site administrator is using, has nothing to do with
+maintaining this site and cannot help resolve configuration
+issues.</p>
-<p>The Apache <A HREF="manual/">documentation</A> has been included with
-this distribution.</p>
+<hr width="50%" size="8" />
+<p>The Apache <a href="manual/">documentation</a> has been included
+with this distribution.</p>
-<p>You are free to use the image below on an Apache-powered web server.
-Thanks for using Apache!</p>
+<p>You are free to use the image below on an Apache-powered web
+server. Thanks for using Apache!</p>
-<DIV ALIGN="CENTER"><IMG SRC="apache_pb.gif" ALT=""></DIV>
+<div align="center"><img src="apache_pb.gif" alt="" /></div>
+</body>
+</html>
-</BODY>
-</HTML>