diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1999-03-08 21:38:00 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1999-03-08 21:38:00 +0000 |
commit | 5b18ca0b67397412ae754906a2c2525bf7b75284 (patch) | |
tree | 9aa860bd610394a59bf2d997876e2704a4355311 /usr.sbin | |
parent | 590ce7dfb46dbd3440f0584c3716b82b13d8e212 (diff) |
put more example images on default home page.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/httpd/htdocs/index.html | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/usr.sbin/httpd/Makefile b/usr.sbin/httpd/Makefile index d61c73dc029..36241ac9521 100644 --- a/usr.sbin/httpd/Makefile +++ b/usr.sbin/httpd/Makefile @@ -5,7 +5,9 @@ CONFFILES= \ conf/srm.conf-dist conf/access.conf-dist conf/httpd.conf-dist \ conf/mime.types conf/access.conf conf/httpd.conf conf/srm.conf HTDOCS= \ - htdocs/apache_pb.gif htdocs/index.html htdocs/openbsdpower.gif + htdocs/apache_pb.gif htdocs/index.html htdocs/openbsdpower.gif \ + htdocs/blowfish.jpg htdocs/bsd_small.gif htdocs/lock.gif \ + htdocs/logo23.jpg htdocs/logo24.jpg htdocs/smalltitle.gif CGIFILES= \ cgi-bin/printenv cgi-bin/test-cgi MANUALFILES= \ diff --git a/usr.sbin/httpd/htdocs/index.html b/usr.sbin/httpd/htdocs/index.html index e0be445ba71..d2d5b5f6990 100644 --- a/usr.sbin/httpd/htdocs/index.html +++ b/usr.sbin/httpd/htdocs/index.html @@ -31,12 +31,18 @@ >documentation</A> has been included with this distribution. </P> - You may use the image below on any + You may use the images below on any <A HREF="http://www.OpenBSD.org/">OpenBSD</A>-powered Web server. </P> <DIV ALIGN="CENTER"> - <IMG SRC="openbsdpower.gif" ALT="This Site OpenBSD Powered!"> + <IMG SRC="openbsdpower.gif" ALT="This Site OpenBSD Powered!"><BR> + <IMG SRC="blowfish.jpg" ALT="Strong CryptoFish Image"><BR> + <IMG SRC="bsd_small.gif" ALT="An OpenBSD logo"><BR> + <IMG SRC="lock.gif" ALT="This Site OpenBSD Powered!"><BR> + <IMG SRC="logo23.jpg" ALT="This Site OpenBSD 2.3 Powered!"><BR> + <IMG SRC="logo24.jpg" ALT="This Site OpenBSD 2.4 Powered!"><BR> + <IMG SRC="smalltitle.gif" ALT="OpenBSD"><BR> </DIV> </BODY> </HTML> |