diff options
-rw-r--r-- | usr.sbin/httpd/htdocs/index.html | 50 |
1 files changed, 19 insertions, 31 deletions
diff --git a/usr.sbin/httpd/htdocs/index.html b/usr.sbin/httpd/htdocs/index.html index cdff226546d..e0be445ba71 100644 --- a/usr.sbin/httpd/htdocs/index.html +++ b/usr.sbin/httpd/htdocs/index.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> - <TITLE>Test Page for Apache Installation</TITLE> + <TITLE>Default Page for Apache Installation on OpenBSD</TITLE> </HEAD> <!-- Background white, links blue (unvisited), navy (visited), red (active) --> <BODY @@ -11,24 +11,19 @@ VLINK="#000080" ALINK="#FF0000" > - <H1 ALIGN="CENTER">It Worked!</H1> + <H1 ALIGN="CENTER"> + Welcome to <A HREF="http://www.apache.org/">Apache</A> on + <A HREF="http://www.openbsd.org/">OpenBSD</A> + </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 system was successful. You may now add content to - this directory and replace this page. + If you can see this page, then the people who own this host have just + activated the <A HREF="http://www.apache.org/">Apache Web server</A> + software included with their <A HREF="http://www.openbsd.org/"> + OpenBSD System</A>. They now have to add content to this directory + and replace this placeholder page, or else point the server at their real + content. </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, 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"> + <HR> <P> The Apache <A @@ -36,22 +31,15 @@ >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 ALIGN="CENTER"> - <IMG SRC="apache_pb.gif" ALT=""> - </P> - <P> - You can also use the image below on an - <A - HREF="http://www.OpenBSD.org/" - >OpenBSD</A>-powered web + You may use the image below on any + <A HREF="http://www.OpenBSD.org/">OpenBSD</A>-powered Web server. </P> - <P ALIGN="CENTER"> + <DIV ALIGN="CENTER"> <IMG SRC="openbsdpower.gif" ALT="This Site OpenBSD Powered!"> - </P> + </DIV> </BODY> </HTML> + + + |