Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59 lines (59 sloc)
1.9 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | |
| <HTML> | |
| <HEAD> | |
| <TITLE>Test Page for Red Hat Linux's Apache Installation</TITLE> | |
| </HEAD> | |
| <!-- Background white, links blue (unvisited), navy (visited), red (active) --> | |
| <BODY | |
| BGCOLOR="#FFFFFF" | |
| TEXT="#000000" | |
| LINK="#0000FF" | |
| VLINK="#000080" | |
| ALINK="#FF0000" | |
| > | |
| <H1 ALIGN="CENTER">It Worked!</H1> | |
| <P> | |
| If you can see this, it means that the installation of the | |
| <A | |
| HREF="http://www.apache.org/" | |
| >Apache</A> | |
| software on this <a href="http://www.redhat.com/">Red Hat Linux</a> system was successful. You may now add content to | |
| this directory and replace this page. | |
| </P> | |
| <HR WIDTH="50%" SIZE="8"> | |
| <BLOCKQUOTE> | |
| If you are seeing this instead of the content you expected, please | |
| <STRONG>contact the administrator of the site involved.</STRONG> If | |
| you send mail about this to the authors of the Apache software or Red | |
| Hat Software, who almost | |
| certainly have nothing to do with this site, your message will be | |
| <STRONG><BIG>ignored</BIG></STRONG>. | |
| </BLOCKQUOTE> | |
| <HR WIDTH="50%" SIZE="8"> | |
| <P> | |
| The Apache | |
| <A | |
| HREF="manual/index.html" | |
| >documentation</A> | |
| has been included with this distribution. <p>For documentation | |
| and information on Red Hat | |
| Linux, please visit the web site of <a href="http://www.redhat.com/">Red | |
| Hat Software</a>. The manual for Red Hat Linux is available <a | |
| href="http://www.redhat.com/manual">here</a>. | |
| </P> | |
| <P> | |
| You are free to use the image below on an Apache-powered web | |
| server. Thanks for using Apache! | |
| </P> | |
| <P ALIGN="CENTER"> | |
| <a href="http://www.apache.org/"><IMG SRC="icons/apache_pb.gif" ALT="[ Powered | |
| by Apache ]"></a> | |
| </P> | |
| You are free to use the image below on a Red Hat Linux-powered web | |
| server. Thanks for using Red Hat Linux! | |
| <p align="center"> | |
| <a href="http://www.redhat.com/"><img src="poweredby.gif" alt="[ Powered | |
| by Red Hat Linux ]"></a> | |
| </p> | |
| </BODY> | |
| </HTML> |