r139 - in trunk/src/main/webapp: . img
Author: kmorin Date: 2010-12-20 14:38:14 +0100 (Mon, 20 Dec 2010) New Revision: 139 Url: http://chorem.org/repositories/revision/bow/139 Log: - add favicon Added: trunk/src/main/webapp/img/favicon.png Modified: trunk/src/main/webapp/header.jsp Modified: trunk/src/main/webapp/header.jsp =================================================================== --- trunk/src/main/webapp/header.jsp 2010-12-19 14:15:36 UTC (rev 138) +++ trunk/src/main/webapp/header.jsp 2010-12-20 13:38:14 UTC (rev 139) @@ -34,6 +34,7 @@ <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Bookmarks On the Web" /> <title>Bow</title> + <link rel="icon" type="image/png" href="img/favicon.png" /> <link rel="search" type="application/opensearchdescription+xml" title="bowTemporarySearchEngine" href="<%=url%>?action=temporaryXml" /> <link rel="search" type="application/opensearchdescription+xml" title="bowPermanentSearchEngine" href="<%=url%>?action=permanentXml" /> <link rel="stylesheet" type="text/css" href="./css/global.css" /> Added: trunk/src/main/webapp/img/favicon.png =================================================================== (Binary files differ) Property changes on: trunk/src/main/webapp/img/favicon.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream
participants (1)
-
kmorin@users.chorem.org