summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/dist/index.html
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 16:04:18 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 16:04:18 +0200
commitc0a4272fcc15da322b3b63fb0a3e211e786504e0 (patch)
tree8c2445b34d0a69e59b36e2b71e01820f0316669f /WebInterface/NodeJSServer/dist/index.html
parentf97f25ea54a0f888d2195d6868346854a2a005e0 (diff)
Split up SASS into multiple files
This will make adding pages much more easy, as some elements can be reused.
Diffstat (limited to 'WebInterface/NodeJSServer/dist/index.html')
-rw-r--r--WebInterface/NodeJSServer/dist/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebInterface/NodeJSServer/dist/index.html b/WebInterface/NodeJSServer/dist/index.html
index b2a32c3..b8d758e 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">
@@ -54,6 +54,6 @@
<span>© 2018 Timon Scholz</span>
</div>
</div>
- <script src="index.js"></script>
+ <script src="script/index.js"></script>
</body>
</html>