diff options
author | link <link@localhost> | 2004-08-10 01:24:36 +0000 |
---|---|---|
committer | link <link@localhost> | 2004-08-10 01:24:36 +0000 |
commit | efdb67e4cab0392738328fdfd35792a9f36b3739 (patch) | |
tree | 9992f0aa132837946667dbd5147437ffbebec5ac /htdocs | |
parent | 68fae3c33c02544be219ae4e18b3cd10cc7728c1 (diff) | |
download | markup-validator-efdb67e4cab0392738328fdfd35792a9f36b3739.zip markup-validator-efdb67e4cab0392738328fdfd35792a9f36b3739.tar.gz markup-validator-efdb67e4cab0392738328fdfd35792a9f36b3739.tar.bz2 |
Deleting obsolete file tips.html.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/config/tips.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/htdocs/config/tips.html b/htdocs/config/tips.html deleted file mode 100755 index 64a3b9d..0000000 --- a/htdocs/config/tips.html +++ /dev/null @@ -1,23 +0,0 @@ -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>validator tip list</title> - </head> - - <body> - <p>each link (i.e. a element with href attribute) in this - file will be added to the list of tips that the - validator chooses from (at random).</p> - <p>This file must be well-formed XML. - The actual XML parser it uses is limited: don't put - spaces around the = and use double-quotes (") around - href values.</p> - <ul> - <li><a href="http://www.w3.org/2001/06tips/good-titles"><strong><title></strong>: the most important element of a quality Web page</a></li> - <li><a href="http://www.w3.org/2001/06tips/noClickHere">Don't use "click here" as link text</a></li> - <li><a href="http://www.w3.org/2001/06tips/">... more quality tip stuff@@</a></li> - </ul> - <address>Dan Connolly and the QA team<br /> - <small>$Id: tips.html,v 1.6 2002-09-04 19:36:29 ville Exp $</small> - </address> - </body> -</html> |