summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/dist/about/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/dist/about/index.html')
-rw-r--r--WebInterface/NodeJSServer/dist/about/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/dist/about/index.html b/WebInterface/NodeJSServer/dist/about/index.html
new file mode 100644
index 0000000..2ea6fe6
--- /dev/null
+++ b/WebInterface/NodeJSServer/dist/about/index.html
@@ -0,0 +1,39 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="description" content="DSA-Bot Web Client">
+ <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="stylesheet" href="../style/about.css">
+ <!-- <link rel="manifest" href="manifest.webmanifest"> -->
+ <link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet">
+ </head>
+ <body>
+ <div class="backdrop">
+ <div class="header-bar">
+ <div class="menu-icon" id="show-menu"></div>
+ <h1 class="header">Helden Online</h1>
+ </div>
+ <div class="menu-actions hidden" id="menu">
+ <a class="menu-option" 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 active" id="about-tab" href="." target="_blank">About</a>
+ </div>
+ </div>
+ <div class="front-layer" id="front-layer">
+
+ <!-- TODO: About content here -->
+
+ <div class="copyright-container">
+ <p>Front-End © 2018 Timon Scholz</p>
+ <p>Back-End © 2018 Dennis Kobert</p>
+ </div>
+ </div>
+ <script src="../script/about.js"></script>
+ </body>
+</html>