summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1998-10-01 17:36:07 +0000
committerBob Beck <beck@cvs.openbsd.org>1998-10-01 17:36:07 +0000
commit3838222615c2d2e0a04218e15970ae20cd90e972 (patch)
treef9f5cf8378ab1dd1c22d89fc89a1dd0dc6aae1e4 /usr.sbin
parent8f5e08b37a1a9275c25c0c0a248537c90bde52a1 (diff)
simplify a bit
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/httpd/htdocs/index.html50
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>
+
+
+