diff options
Diffstat (limited to 'htdocs/config/tips.cfg')
-rw-r--r-- | htdocs/config/tips.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/htdocs/config/tips.cfg b/htdocs/config/tips.cfg new file mode 100644 index 0000000..83fb0f2 --- /dev/null +++ b/htdocs/config/tips.cfg @@ -0,0 +1,14 @@ +# +# "Tip Of The Day" Configuration. +# +# Each key is a URL and the value is the text that should be displayed as +# the link to it. Will appear in Validation Results pages. To disable +# just comment out or delete all lines in this file. +# +# $Id: tips.cfg,v 1.2 2002-08-20 01:51:24 link Exp $ +# + +http://www.w3.org/2001/06tips/good-titles <strong><title></strong>: the most important element of a quality Web page. +http://www.w3.org/2001/06tips/noClickHere Don't use "click here" as link text! +http://www.w3.org/2001/06tips/Use_h1_for_Title Use h1 for title! +http://www.w3.org/2001/06tips/reback Use standard redirects: don't break the back button!
\ No newline at end of file |