diff --git a/src/static/img/favicon.ico b/src/static/img/snail.png
similarity index 100%
rename from src/static/img/favicon.ico
rename to src/static/img/snail.png
diff --git a/src/static/index.html b/src/static/index.html
index c5f705f..d8fad48 100644
--- a/src/static/index.html
+++ b/src/static/index.html
@@ -3,7 +3,7 @@
-
+
@@ -28,16 +28,12 @@
@@ -66,13 +62,12 @@
-
+
-
-
+
-
+
@@ -96,7 +91,10 @@
diff --git a/src/static/js/index.js b/src/static/js/index.js
index 16401c3..38da0e4 100644
--- a/src/static/js/index.js
+++ b/src/static/js/index.js
@@ -43,7 +43,7 @@ $(function () {
});
socket.on('status', function(msg){
- $('#user_count').text('Verbundene Computer: ' + msg.users);
+ $('#user_count').text('Verbundene Geräte: ' + msg.users);
});
//buttons