From aa5de9e2fe9f93495f24a9198e2f3730a5daab03 Mon Sep 17 00:00:00 2001 From: JOE XMG <thunyathep.s@outlook.com> Date: Thu, 14 Apr 2022 16:23:38 +0200 Subject: [PATCH] update name --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index ecf7340..ecc1369 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ <html> <head> - <title>Joe BBOX Finder</title> + <title>Web Region Chooser</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css"> @@ -76,7 +76,7 @@ <div class="calculation-box text-left"> <p class="text-bold text-wrap"> <b> <img src="joeicon.png" alt="" width="20px"> - BBOX Finder <i class="bi bi-bounding-box"></i></b> + Web Region Chooser <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> -- GitLab