[homepage]: r3319 - in trunk: design7/favicon.ico design7/favicon.png design7/src/upper favicon.ico index.html
Author: diego Date: Mon Dec 8 11:25:18 2008 New Revision: 3319 Log: Rework the way the favicon is handled: Do not declare a PNG file as .ico. Added: trunk/design7/favicon.png (props changed) - copied unchanged from r3318, /trunk/design7/favicon.ico Removed: trunk/design7/favicon.ico trunk/favicon.ico Modified: trunk/design7/src/upper trunk/index.html Modified: trunk/design7/src/upper ============================================================================== --- trunk/design7/src/upper (original) +++ trunk/design7/src/upper Mon Dec 8 11:25:18 2008 @@ -10,7 +10,7 @@ Open Source, Free Software, BSD, QuickTime, RealMedia, NUT, Matroska, FFmpeg, Windows Media"> <link rel="stylesheet" type="text/css" href="default.css"> - <link rel="icon" href="favicon.ico" type="image/png"> + <link rel="icon" href="favicon.png" type="image/png"> </head> <body> Modified: trunk/index.html ============================================================================== --- trunk/index.html (original) +++ trunk/index.html Mon Dec 8 11:25:18 2008 @@ -5,7 +5,7 @@ <meta http-equiv="refresh" content="0; URL=design7/news.html"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="design7/default.css"> -<link rel="icon" href="favicon.ico" type="image/png"> +<link rel="icon" href="design7/favicon.png" type="image/png"> </head> <body> <p>
participants (1)
-
diego