diff options
-rwxr-xr-x | htdocs/header.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/header.html b/htdocs/header.html index f38d9c6..9fc59d1 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -5,6 +5,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title><!--#echo var="title" --></title> <link rev="made" href="mailto:www-validator@w3.org" /> + <link rel="shortcut icon" href="http://www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" /> <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" /> <style type="text/css" media="all"> @import "<!--#echo var="relroot" -->style/base.css"; @@ -13,7 +14,7 @@ <script type="text/javascript" src="scripts/mootools.js"></script> <script type="text/javascript" src="scripts/w3c-validator.js"></script> <!--#endif --> - <meta name="revision" content="$Id: header.html,v 1.53 2007-08-28 23:15:20 ot Exp $" /> + <meta name="revision" content="$Id: header.html,v 1.54 2009-02-03 00:05:34 ot Exp $" /> <meta name="keywords" content="HTML, HyperText Markup Language, Validation, W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use @@ -22,7 +23,7 @@ <!--#if expr="$feeds = 1" --> <link rel="alternate" type="application/atom+xml" href="http://www.w3.org/QA/Tools/validator-whatsnew.atom" /> <!--#endif --> - <!-- SSI Template Version: $Id: header.html,v 1.53 2007-08-28 23:15:20 ot Exp $ --> + <!-- SSI Template Version: $Id: header.html,v 1.54 2009-02-03 00:05:34 ot Exp $ --> </head> |