coar        97/06/04 04:11:26

  Modified:    .         index.html
  Log:
        Adding colours for the links so the text will be visible
        in case the end-user has his default set to white-on-black
        or something like that.  Also changing the background colour
        to use #rrggbb syntax - not all browsers are mnemonic-aware.
  
  Revision  Changes    Path
  1.19      +8 -1      apache-site/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -C3 -r1.18 -r1.19
  *** index.html        1997/05/29 22:06:34     1.18
  --- index.html        1997/06/04 11:11:25     1.19
  ***************
  *** 3,9 ****
    <TITLE>Apache HTTP Server Project</TITLE>
    </HEAD>
    
  ! <BODY BGCOLOR="white">
    <DIV ALIGN=CENTER>
    <P><IMG SRC="images/apache_logo.gif" ALT="" WIDTH="400" HEIGHT="148">
    <H2>Welcome to the Apache HTTP Server Project</H2>
  --- 3,16 ----
    <TITLE>Apache HTTP Server Project</TITLE>
    </HEAD>
    
  ! <!-- Background white, links blue (unvisited), navy (visited), red (active) 
-->
  ! <BODY
  !  BGCOLOR="#FFFFFF"
  !  TEXT="#000000"
  !  LINK="#0000FF"
  !  VLINK="#000080"
  !  ALINK="#FF0000"
  ! >
    <DIV ALIGN=CENTER>
    <P><IMG SRC="images/apache_logo.gif" ALT="" WIDTH="400" HEIGHT="148">
    <H2>Welcome to the Apache HTTP Server Project</H2>
  
  
  

Reply via email to