diff options
Diffstat (limited to 'htdocs/docs/index.html')
-rwxr-xr-x | htdocs/docs/index.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/htdocs/docs/index.html b/htdocs/docs/index.html new file mode 100755 index 0000000..76b6cc6 --- /dev/null +++ b/htdocs/docs/index.html @@ -0,0 +1,60 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + + <head> + <title>W3C HTML Validation Service Documentation Index</title> + <link rev="made" href="mailto:gerald@w3.org" /> + <link rel="stylesheet" type="text/css" href="/base.css" /> + <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, + W3C HTML Validation Service" /> + <meta name="description" content="W3C's easy-to-use HTML validation + service, based on an SGML parser." /> + <meta name="revision" content="$Id: index.html,v 1.1 2001-02-23 09:06:49 link Exp $" /> + <meta name="modified" content="$Date: 2001-02-23 09:06:49 $" /> + </head> + + <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> + <h1><a href="http://www.w3.org/"><img align="left" + src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" + alt="W3C" /></a> HTML Validator Help Index</h1> + <p align="right" class="navbar"> + <a href="about.html">About this service</a> | + <a href="whatsnew.html">What's new</a> | + <a href="source/">Source code</a> | + <a href="feedback.html">Feedback</a><br clear="right"/> + <a href="file-upload.html">Upload files</a> | + <a href="http://lists.w3.org/Archives/Public/www-validator/">www-validator + archives</a> | + <a href="http://jigsaw.w3.org/css-validator/">CSS validator</a> | + <a href="checklink">Link checker</a><br clear="right"/> + <a href="http://www.w3.org/People/Raggett/tidy/">HTML Tidy</a> | + <a href="http://www.w3.org/MarkUp/">HTML home</a> | + <a href="http://www.w3.org/TR/html401/">HTML 4.01</a> | + <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a> + <br clear="all" /> + </p> + + <p> + Here you'll find the documentation for The W3C HTML Validation Service. + What little there is of it; additions eagerly accepted! <tt>:-)</tt> + </p> + <dl> + <dt><a href="help.html">W3C Validator Help</a></dt> + <dd><p>A quick intro and help to get you started.</p></dd> + <dt><a href="users.html">W3C Validator Users Guide</a></dt> + <dd><p>The Users Guide for the W3C Validator.</p></dd> + <dt><a href="sgml.html">SGML Cheat Sheet</a></dt> + <dd> + <p> + A quick introduction to SGML concepts as they apply to the + Validator with links to further information. + </p> + </dd> + <dt><a href="errors.html">W3C Validator Error Messages</a></dt> + <dd><p>Explanations of common error messages.</p></dd> + <dt><a href="devel.html">Developer Information</a></dt> + <dd><p>Information about the Validator for programmers.</p></dd> + </dl> + </body> +</html> |