summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-05 21:01:17 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-05 21:01:17 +0200 |
commit | c255684ad2f8257e01855edf13df8d2aece259dc (patch) | |
tree | fe70b1b722165016a2f6bd3dbe26fa03d17a8cdd /www | |
parent | 74d5f55bbfa96d9a60aa9932746cbcbbe68bad8f (diff) |
Fixes the borders being displayed in reverse order.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html.m4 | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/www/index.html.m4 b/www/index.html.m4 index 2046133..f84d3f1 100644 --- a/www/index.html.m4 +++ b/www/index.html.m4 @@ -15,19 +15,21 @@ <h3>Currently running: __CONF_VERSION</h3> </div> <div class="popup-message"> - <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="/battle/?id=0">the game's battle system</a> is done without login in. + <h3>Welcome to __CONF_SERVER_NAME</h3> + <p>__CONF_SERVER_NAME is a turn based multiplayer strategy game.</p> + It is still in an early development phase, meaning that most of its + features are not implemented yet. </p> - <p> - <a href="/map-editor/?id=0">The game's map editor</a> is also - available, albeit nowhere near as finished. - </p> - <p>You can access the source code for the game this website is running, under the Apache 2.0 License:</p> + <h3>Available content</h3> + <ul> + <li><a href="/battle/?id=0">Battle System</a></li> + <li><a href="/map-editor/?id=0">Map Editor</a></li> + <li><a href="/login/">Sign-In/Sign-Up Manager</a> (Soon)</li> + </ul> + <h3>Access to the source code (Apache 2.0 License)</h3> <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> + <li><a href="https://noot-noot.org/cgit.cgi/tacticians-client/">Front-End</a></li> + <li><a href="https://noot-noot.org/cgit.cgi/tacticians-server/">Back-End</a></li> </ul> </div> </body> |