summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-03-15 18:47:27 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-03-15 18:47:27 +0100 |
commit | 5c00d2938a4780beb2653d8bef96e3cdee8c3e45 (patch) | |
tree | ab4c73517ebfe917c7b07a8568fb20a841814224 | |
parent | 8103bf80277b759bb9c3b1e032612721f132f256 (diff) |
Title screen: Continue | New Game | ...
-rw-r--r-- | www/index.html.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html.m4 b/www/index.html.m4 index 8d53653..c42b696 100644 --- a/www/index.html.m4 +++ b/www/index.html.m4 @@ -15,8 +15,9 @@ <div class="main-server-version">__CONF_VERSION</div> <div class="main-server-logo"><img src="__CONF_SERVER_LOGO"/></div> <nav> + <a href="/login/">Continue</a> + <a href="/login/?mode=signup">New Game</a> <a href="/about.html">About</a> - <a href="/login/">Play</a> <a href="/news/"><s>News</s></a> <a href="/community/"><s>Community</s></a> </nav> |