diff options
author | TrueKuehli <rctcoaster2000@hotmail.de> | 2018-10-01 18:10:37 +0200 |
---|---|---|
committer | TrueKuehli <rctcoaster2000@hotmail.de> | 2018-10-01 18:10:37 +0200 |
commit | 6f162dcf90a6aa671eb351dc25cb01e2d9cbd3cb (patch) | |
tree | ce9121463419cb27e6bd4e0c4215c037550f8ff7 /WebInterface/NodeJSServer/dist/play | |
parent | e463bf3eb7115f1f141da2162b0624f90472ff9c (diff) |
A lot of changes
I shoud have written a better commit, I know!
Diffstat (limited to 'WebInterface/NodeJSServer/dist/play')
-rw-r--r-- | WebInterface/NodeJSServer/dist/play/index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/dist/play/index.html b/WebInterface/NodeJSServer/dist/play/index.html index e69de29..9a8dc36 100644 --- a/WebInterface/NodeJSServer/dist/play/index.html +++ b/WebInterface/NodeJSServer/dist/play/index.html @@ -0,0 +1,46 @@ +<!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="copyright-container"> + <span>© 2018 Dennis Kobert & Timon Scholz</span> + </div> + </div> + <script src="../script/play.js"></script> + </body> +</html> |