diff options
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-x | htdocs/docs/users.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 31d5c2a..0479887 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,10 +1,11 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.5 2002-02-11 22:09:10 link Exp $" ---><!--#set var="date" value="\$Date: 2002-02-11 22:09:10 $" +<!--#set var="revision" value="\$Id: users.html,v 1.6 2002-08-20 01:51:24 link Exp $" +--><!--#set var="date" value="\$Date: 2002-08-20 01:51:24 $" --><!--#set var="title" value="User Documentation for The W3C HTML Validation Service" ---><!--#include virtual="/header.html" --> +--><!--#set var="relroot" value="../" +--><!--#include virtual="../header.html" --> <div id="Quickstart"> - <h2>QuickStart</h2> + <h2 id="skip">QuickStart</h2> <p> Just type (or Cut&Paste) the URL for the page you want to validate into the text field on the form and press the "Validate this page" @@ -142,6 +143,6 @@ </p> </div> -<!--#include virtual="/footer.html" --> +<!--#include virtual="../footer.html" --> </body> </html> |