diff --git a/public/bbox-leaflet.html b/public/bbox-finder.html
similarity index 97%
rename from public/bbox-leaflet.html
rename to public/bbox-finder.html
index 39a0608870e7f9f766abfd4004bb118e209820c8..43eddb10170d4fd1b846f9476afab26a0acdceaf 100644
--- a/public/bbox-leaflet.html
+++ b/public/bbox-finder.html
@@ -45,6 +45,9 @@
     <script src="./src/edit/EditToolbar.js"></script>
     <script src="./src/edit/handler/EditToolbar.Edit.js"></script>
     <script src="./src/edit/handler/EditToolbar.Delete.js"></script>
+
+    <link rel="shortcut icon" href="joeicon.png" />
+
 </head>
 
 <body>
@@ -70,7 +73,9 @@
     </style>
     <div id="map" style="width: 100%; height: 100vh;"></div>
     <div class="calculation-box text-left">
-        <p class="text-bold text-wrap"> <b>BBOX Finder <i class="bi bi-bounding-box"></i></b>
+        <p class="text-bold text-wrap"> <b> 
+            <img src="joeicon.png" alt="" width="20px">
+            BBOX Finder <i class="bi bi-bounding-box"></i></b>
             <br>
             <span id="calculated_area">[Hint: Draw a bbox using tool on the right-bottom menu.]</span>
         </p>
diff --git a/public/bbox.html b/public/bbox-mapbox.html
similarity index 100%
rename from public/bbox.html
rename to public/bbox-mapbox.html
diff --git a/public/joeicon.png b/public/joeicon.png
new file mode 100644
index 0000000000000000000000000000000000000000..de596b28d65f1df56cfbce8e63a6c82f4e59a0cb
Binary files /dev/null and b/public/joeicon.png differ