You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Alexei Kosut <ak...@hyperreal.org> on 1997/07/23 21:24:32 UTC

cvs commit: apache-site 404.html

akosut      97/07/23 12:24:31

  Modified:    .         404.html
  Log:
  Add Apache background colors to not found error message.
  
  Revision  Changes    Path
  1.2       +9 -3      apache-site/404.html
  
  Index: 404.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/404.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -c -u -r1.1 -r1.2
  /usr/bin/diff: conflicting specifications of output style
  --- 404.html	1997/03/25 04:43:15	1.1
  +++ 404.html	1997/07/23 19:24:31	1.2
  @@ -4,9 +4,15 @@
   <TITLE>File not found!</TITLE>
   </HEAD>
   
  -<!-- read and delete all blockquotes, and this comment -->
  -
  -<BODY>
  +<!-- Background white, links blue (unvisited), navy (visited), red
  +(active) -->
  +<BODY
  + BGCOLOR="#FFFFFF"
  + TEXT="#000000"
  + LINK="#0000FF"
  + VLINK="#000080"
  + ALINK="#FF0000"
  +>
   <IMG SRC="/images/apache_sub.gif" ALT="">
   <H1>File not found</H1>