diff --git a/sd-card/html/index.html b/sd-card/html/index.html
index fa8baf89b..ca4e05f75 100644
--- a/sd-card/html/index.html
+++ b/sd-card/html/index.html
@@ -79,7 +79,7 @@
An ESP32 all inclusive neural network recognition system for meter digitaliz
-
Recognition
+ Recognition
Data Graph
File Server
System
diff --git a/sd-card/html/overview.html b/sd-card/html/overview.html
index cb32af0b2..7b834f2ce 100644
--- a/sd-card/html/overview.html
+++ b/sd-card/html/overview.html
@@ -151,7 +151,7 @@
}
function loadValue(_type, _div, _style) {
- url = basepath + '/wasserzaehler.html?all=true&type=' + _type;
+ url = basepath + '/value?all=true&type=' + _type;
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
diff --git a/sd-card/html/test.html b/sd-card/html/test.html
index f90c5038d..f15a42cb8 100644
--- a/sd-card/html/test.html
+++ b/sd-card/html/test.html
@@ -16,7 +16,7 @@
var basepath = "http://192.168.178.22";
function testinit(){
basepath = getbasepath();
- url = basepath + '/wasserzaehler.html?all=true';
+ url = basepath + '/value?all=true';
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {