summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-09 13:15:53 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-09 13:15:53 +0200 |
commit | f81a0adc30d50d9c1a41c32d3ecb1c5675183545 (patch) | |
tree | 7b0b2ed21dcf00f4c64bb407cee9925e9d62aba2 /www/index.html.m4 | |
parent | 3d7637b77c7a2a573d5422396179b9518b37b8b3 (diff) |
Adds preprocessing.
Diffstat (limited to 'www/index.html.m4')
-rw-r--r-- | www/index.html.m4 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/index.html.m4 b/www/index.html.m4 new file mode 100644 index 0000000..c396fef --- /dev/null +++ b/www/index.html.m4 @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <title>__CONF_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="__CONF_AUTHOR_NAME"> + </head> + <body> + <h1>__CONF_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> |