From b7dfa0d898e2c0a2e35d57c85ed969d70c00686a Mon Sep 17 00:00:00 2001
From: rloth <romain.loth@iscpif.fr>
Date: Mon, 18 Sep 2017 12:32:18 +0200
Subject: [PATCH] fix favicon

---
 explorerjs.html                       |   2 ++
 favicon.ico => twlibs/img/favicon.ico | Bin
 2 files changed, 2 insertions(+)
 rename favicon.ico => twlibs/img/favicon.ico (100%)

diff --git a/explorerjs.html b/explorerjs.html
index 950e9ab..621f42d 100644
--- a/explorerjs.html
+++ b/explorerjs.html
@@ -67,6 +67,8 @@
   <link rel="stylesheet" href="twlibs/css/selection-panels-mobile.css">
   <link rel="stylesheet" href="twlibs/css/user_form.css" />
 
+  <link rel="shortcut icon" href="twlibs/img/favicon.ico" type="image/x-icon" />
+
   <!-- JS -->
   <!-- <script src="script.js"></script> -->
 </head>
diff --git a/favicon.ico b/twlibs/img/favicon.ico
similarity index 100%
rename from favicon.ico
rename to twlibs/img/favicon.ico
-- 
2.21.0