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.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/WebInterface/NodeJSServer/dist/index.html b/WebInterface/NodeJSServer/dist/index.html
index b2a32c3..601fda4 100644
--- a/WebInterface/NodeJSServer/dist/index.html
+++ b/WebInterface/NodeJSServer/dist/index.html
@@ -9,7 +9,7 @@
<meta name="theme-color" content="#546e7a">
<title>Helden Online</title>
<link rel="icon" href="ressources/Logo768.png">
- <link rel="stylesheet" href="index.css">
+ <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">
</head>
@@ -22,10 +22,10 @@
<div class="menu-actions hidden" id="menu">
<a class="menu-option active" id="listing-tab" href="./">Spiele-Liste</a>
<a class="menu-option" id="github-tab" href="https://github.com/TrueDoctor/DiscoBot" target="_blank">Projekt auf GitHub</a>
- <a class="menu-option" id="about-tab" href="about.html" target="_blank">About</a>
+ <a class="menu-option" id="about-tab" href="about" target="_blank">About</a>
</div>
</div>
- <div class="container" id="front-layer">
+ <div class="front-layer" id="front-layer">
<div class="banner" id="notifications">
<p class="banner-text" id="banner-info">Loading javascript.</p>
<div class="btn-container">
@@ -51,9 +51,9 @@
</div>
<div class="copyright-container">
- <span>© 2018 Timon Scholz</span>
+ <span>© 2018 Dennis Kobert & Timon Scholz</span>
</div>
</div>
- <script src="index.js"></script>
+ <script src="script/index.js"></script>
</body>
</html>