summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-02-09 18:34:05 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-02-09 18:34:05 +0100 |
commit | cf787fed79d854f89345b31886998965290fc432 (patch) | |
tree | 0d1169bca71773444c2894a43a1539da9ef1ea67 /www | |
parent | 5e50dc6efc50de1361fe93004701e943d786429f (diff) |
Adds a landing page.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..3b91a97 --- /dev/null +++ b/www/index.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <title><SERVER NAME> - Landing Page</title> + <meta charset="UTF-8"> + <meta name="description" content="Server for the (yet unnamed) open source turn-based tactics MMO."> + <meta name="keywords" content="MMO,TBT,TTB,turn based,browser game"> + <meta name="author" content="<AUTHOR>"> + </head> + <body> + <h1><SERVER NAME></h1> + <h3>Currently running: Latest Dev. Build</h3> + <p>This website lets you play the game even during its development phase. As a result, there is a lot missing.</p> + <p> + Having accounts at that stage would needlessly slow us down, so access to + <a href="/battlemap/">the game's battle system</a> is done without login in. + </p> + <p>You can access the source code for the game this website is running, under the Apache 2.0 License:</p> + <ul> + <li><a href="https://noot-noot.org/cgit.cgi/tacticians-client/">Source code for the front-end</a></li> + <li><a href="https://noot-noot.org/cgit.cgi/tacticians-server/">Source code for the back-end</a></li> + </ul> + </body> +</html> |