add a favicon
authorymh <ymh.work@gmail.com>
Thu, 14 Feb 2013 10:39:24 +0100
changeset 59 69924ca1b233
parent 58 87569ad0ff53
child 60 6a3084c7eb98
add a favicon
server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html
server/src/main/webapp/favicon.ico
server/src/main/webapp/static/img/favicon.ico
--- a/server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html	Thu Feb 14 01:20:14 2013 +0100
+++ b/server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html	Thu Feb 14 10:39:24 2013 +0100
@@ -4,9 +4,10 @@
         <meta charset="utf-8" />
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
-        <title>Test de Rendu RENKAN</title>
+        <title>RENKAN</title>
         <meta name="description" content="" />
         <meta name="author" content="Institut de Recherche et d'Innovation" />
+        <link rel="icon" href="favicon.ico" th:href="@{/static/img/favicon.ico}" type="image/x-icon" />
         <script src="lib/jquery.min.js" th:src="@{/static/lib/jquery.min.js}" ></script>
         <script src="lib/jquery.mousewheel.min.js" th:src="@{/static/lib/jquery.mousewheel.min.js}"></script>
         <script src="lib/underscore-min.js" th:src="@{/static/lib/underscore-min.js}"></script>
Binary file server/src/main/webapp/favicon.ico has changed
Binary file server/src/main/webapp/static/img/favicon.ico has changed