You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Roy Fielding <fi...@hyperreal.com> on 1996/12/02 17:59:46 UTC

cvs commit: apache/htdocs index.html

fielding    96/12/02 08:59:45

  Modified:    htdocs    index.html
  Log:
  Cleanup, remove Id line
  
  Revision  Changes    Path
  1.4       +3 -15     apache/htdocs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** index.html	1996/11/18 19:50:04	1.3
  --- index.html	1996/12/02 16:59:44	1.4
  ***************
  *** 1,13 ****
  ! <!-- $Id: index.html,v 1.3 1996/11/18 19:50:04 paul Exp $ -->
  ! <HTML>
  ! 
  ! <HEAD>
  ! 
    <TITLE>Test Page for Apache</TITLE>
  ! 
  ! </HEAD>
  ! 
  ! <BODY>
    
    <H1>It Worked!</H1>
    
  --- 1,6 ----
  ! <HTML><HEAD>
    <TITLE>Test Page for Apache</TITLE>
  ! </HEAD><BODY>
    
    <H1>It Worked!</H1>
    
  ***************
  *** 21,35 ****
    included with this distribution.</A>
    
    <P>
  - 
    You are free to use the image below on an Apache-powered web
    server.  Thanks for using Apache!
    
    <P>
  - 
    <img src="apache_pb.gif">
    
  ! </BODY>
  ! 
  ! </HTML>
  ! 
  --- 14,23 ----
    included with this distribution.</A>
    
    <P>
    You are free to use the image below on an Apache-powered web
    server.  Thanks for using Apache!
    
    <P>
    <img src="apache_pb.gif">
    
  ! </BODY></HTML>