summaryrefslogtreecommitdiff
path: root/WebInterface/dist/play/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/dist/play/index.html')
-rw-r--r--WebInterface/dist/play/index.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/WebInterface/dist/play/index.html b/WebInterface/dist/play/index.html
new file mode 100644
index 0000000..e03401a
--- /dev/null
+++ b/WebInterface/dist/play/index.html
@@ -0,0 +1,57 @@
+<!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/DSALogo.png">
+ <link rel="stylesheet" href="../style/play.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" id="about-tab" href="../about" target="_blank">About</a>
+ </div>
+ </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>
+ </div>
+ <hr>
+ </div>
+ <!-- <remove_if_redirected>
+ <h1>Bitte über die Server-Liste aufrufen</h1>
+ </remove_if_redirected> -->
+ <div class="game-window">
+ <div class="chat" id="chat">
+ <div class="messages" id="message-list">
+
+ </div>
+ <div class="input-message">
+ <input type="text" id="input-message">
+ <button class="btn" id="send-message">Senden</button>
+ </div>
+ </div>
+ </div>
+ <div class="copyright-container">
+ <span>© 2018 Dennis Kobert & Timon Scholz</span>
+ </div>
+ </div>
+ <script src="../script/play.js"></script>
+ </body>
+</html>