diff options
Diffstat (limited to 'htdocs/about.html')
-rwxr-xr-x | htdocs/about.html | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index d976146..2131634 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,17 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>About the W3C HTML Validation Service</title> - <meta name="revision" - content="$Id: about.html,v 1.9 2001-09-14 06:41:41 gerald Exp $" /> - <link rel="stylesheet" type="text/css" href="base.css" /> - </head> - <body> - <h1><a href="http://www.w3.org/"><img - id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" height="48" - alt="W3C" /></a> HTML Validation Service: About</h1> +<!--#set var="revision" value="\$Id: about.html,v 1.10 2001-09-19 07:43:39 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 07:43:39 $" --> +<!--#include virtual="/header.html" --> <div> <h2>About the W3C HTML Validation Service</h2> @@ -119,12 +108,6 @@ <a href="http://www.markgaither.com/">Mark Gaither</a>. </p> - <address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vxhtml10" height="31" width="88" - alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-09-14 06:41:41 $ - </address> +<!--#include virtual="/footer.html" --> </body> </html> |