Update of /cvsroot/jarspy/JarSpy-htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv30852
Modified Files:
index.html
Log Message:
fix doctype
Index: index.html
===================================================================
RCS file: /cvsroot/jarspy/JarSpy-htdocs/index.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** index.html 12 Nov 2002 03:13:04 -0000 1.15
--- index.html 17 Apr 2003 00:02:28 -0000 1.16
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
--- 1,4 ----
! <!doctype html public "-//w3c//dtd html 4.01 frameset//en"
! "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
|