Update of /cvsroot/jarspy/JarSpy-htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv31125
Modified Files:
index.html
Log Message:
fix doctype
Index: index.html
===================================================================
RCS file: /cvsroot/jarspy/JarSpy-htdocs/index.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** index.html 17 Apr 2003 00:02:28 -0000 1.16
--- index.html 17 Apr 2003 00:03:55 -0000 1.17
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.01 frameset//en"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
|