summaryrefslogtreecommitdiff |
diff options
-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> |