| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/about.html.m4 | 6 | ||||
| -rw-r--r-- | www/index.html.m4 | 2 | 
2 files changed, 2 insertions, 6 deletions
| diff --git a/www/about.html.m4 b/www/about.html.m4 index 2a07872..a6a8405 100644 --- a/www/about.html.m4 +++ b/www/about.html.m4 @@ -17,12 +17,10 @@           </div>           <div class="main-server-version">__CONF_VERSION</div>           <nav> -            <a href="/login/"><s>Play</s></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> -            <a href="/about/"><s>About</s></a> -            <a href="/battle/?id=0">[D] Battle</a> -            <a href="/map-editor/?id=0">[D] Map Editor</a>           </nav>        </header>        <main> diff --git a/www/index.html.m4 b/www/index.html.m4 index beb297b..8d53653 100644 --- a/www/index.html.m4 +++ b/www/index.html.m4 @@ -19,8 +19,6 @@           <a href="/login/">Play</a>           <a href="/news/"><s>News</s></a>           <a href="/community/"><s>Community</s></a> -         <a href="/battle/?id=0">[D] Battle</a> -         <a href="/map-editor/?id=0">[D] Map Editor</a>        </nav>     </body>  </html> | 


