diff options
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 2d0638b..08d2b35 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,12 +1,12 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.56 2002-12-01 13:40:32 link Exp $" ---><!--#set var="date" value="\$Date: 2002-12-01 13:40:32 $" ---><!--#set var="title" value="The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: index.html,v 1.57 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> <div id="skip" class="intro"> <p> - Welcome to the W3C MarkUp Validation Service; a free service that checks + Welcome to the W3C Markup Validation Service; a free service that checks documents like HTML and XHTML for conformance to W3C Recommendations and other standards. </p> @@ -16,7 +16,7 @@ <p> You can enter a URI in the <code>Address</code> field below, or choose a file to upload. There is also an <a title="Extended Interface to the - W3C MarkUp Validation Service" href="detailed.html">Extended + W3C Markup Validation Service" href="detailed.html">Extended Interface</a> available if you want to set any advanced options. </p> <form method="post" enctype="multipart/form-data" action="check"> |