diff options
-rwxr-xr-x | htdocs/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/header.html b/htdocs/header.html index 4fdf7ec..6cc7af7 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -7,7 +7,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 rel="shortcut icon" href="//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"; |