From 27b406fbebd6f748f45d15d3bba95edbb2a85dca Mon Sep 17 00:00:00 2001 From: Felix Hartmann Date: Sun, 20 Jan 2019 20:47:06 +0100 Subject: [PATCH] fixed navbar and footter, added snail --- src/static/img/{favicon.ico => snail.png} | Bin src/static/index.html | 20 +++++++++----------- src/static/js/index.js | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) rename src/static/img/{favicon.ico => snail.png} (100%) 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