summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/dist/index.html
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-10-01 02:28:52 +0200
committerTrueDoctor <d-kobert@web.de>2018-10-01 02:28:52 +0200
commit4ddde4c2e793c7d4cc240c90d5fcb0bc1ddf7a4b (patch)
treead9e45b40bfdb2175e6edca26541e3ea68984616 /WebInterface/NodeJSServer/dist/index.html
parent6285967d1cf6e9322f584de761eea31ade32b3e5 (diff)
parent71783b20dbddd018d2ea140bced59048c7baf0a4 (diff)
Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi
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>