summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/dist/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/dist/index.html')
-rw-r--r--WebInterface/NodeJSServer/dist/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebInterface/NodeJSServer/dist/index.html b/WebInterface/NodeJSServer/dist/index.html
index 601fda4..7ea33b7 100644
--- a/WebInterface/NodeJSServer/dist/index.html
+++ b/WebInterface/NodeJSServer/dist/index.html
@@ -8,7 +8,7 @@
<meta name="author" content="Timon Scholz">
<meta name="theme-color" content="#546e7a">
<title>Helden Online</title>
- <link rel="icon" href="ressources/Logo768.png">
+ <link rel="icon" href="ressources/DSALogo.png">
<link rel="stylesheet" href="style/index.css">
<!-- <link rel="manifest" href="manifest.webmanifest"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet">
@@ -27,6 +27,7 @@
</div>
<div class="front-layer" id="front-layer">
<div class="banner" id="notifications">
+ <div class="notification-badge" id="notification-amount">1</div>
<p class="banner-text" id="banner-info">Loading javascript.</p>
<div class="btn-container">
<button class="btn text-btn banner-button" id="dismiss-banner">Okay</button>