diff options
author | link <link@localhost> | 2001-09-19 07:43:39 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-19 07:43:39 +0000 |
commit | 8dbc82fa4af7082f4241fd098685f381b2a1a95e (patch) | |
tree | 6d7f6c4ce30e1ff379033cfee2221c53ad698ef4 /htdocs/source/index.html | |
parent | bf481de1a37942327a1b5a435a2c23d6169c341c (diff) | |
download | markup-validator-8dbc82fa4af7082f4241fd098685f381b2a1a95e.zip markup-validator-8dbc82fa4af7082f4241fd098685f381b2a1a95e.tar.gz markup-validator-8dbc82fa4af7082f4241fd098685f381b2a1a95e.tar.bz2 |
Moving header/trailer to SSI.
Diffstat (limited to 'htdocs/source/index.html')
-rwxr-xr-x | htdocs/source/index.html | 39 |
1 files changed, 5 insertions, 34 deletions
diff --git a/htdocs/source/index.html b/htdocs/source/index.html index baf0dfc..e1712ff 100755 --- a/htdocs/source/index.html +++ b/htdocs/source/index.html @@ -1,25 +1,6 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> - -<head> - <title>W3C HTML Validation Service: Source Code</title> - <link rev="made" href="mailto:gerald@w3.org"> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - W3C HTML Validation Service, Source Code"> - <meta name="description" content="Source Code for W3C's Validation Service."> - <meta name="revision" - content="$Id: index.html,v 1.13 2001-08-23 19:32:45 gerald Exp $"> -</head> - -<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - -<p> - <a href="http://www.w3.org/"><img - src="http://www.w3.org/Icons/WWW/w3c_home" height=48 border=0 - alt="W3C"></a> -</p> - -<h1>W3C HTML Validation Service: Source Code</h1> +<!--#set var="revision" value="\$Id: index.html,v 1.14 2001-09-19 07:43:39 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 07:43:39 $" --> +<!--#include virtual="/header.html" --> <p> The source code for the <a @@ -176,17 +157,7 @@ mailing list</a>. </p> -<hr> - -<address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vh40.gif" height=31 width=88 - align=right border=0 alt="Valid W3C HTML 4.0!"></a> - <a href="../feedback.html">Webmasters</a><br> - $Date: 2001-08-23 19:32:45 $ -</address> - -</body> - +<!--#include virtual="/footer.html" --> + </body> </html> |