| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-11 17:18:44 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-11 17:18:44 +0200 | 
| commit | af93e3b745d3f67b448f5e3f629e581eda15cd11 (patch) | |
| tree | d7c6df91b27c153c7586ffa907aa70ce72846741 /www/index.html.m4 | |
| parent | 8c74fe4f8a9cab320170685ab58f678d75f32747 (diff) | |
More small cosmetic improvements
Diffstat (limited to 'www/index.html.m4')
| -rw-r--r-- | www/index.html.m4 | 29 | 
1 files changed, 17 insertions, 12 deletions
| diff --git a/www/index.html.m4 b/www/index.html.m4 index c396fef..881fa83 100644 --- a/www/index.html.m4 +++ b/www/index.html.m4 @@ -6,19 +6,24 @@        <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"> +      <link rel="stylesheet" type="text/css" href="/global/style.css">     </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> +      <div style="margin: 1em;"> +         <h1>__CONF_SERVER_NAME</h1> +         <h3>Currently running: Latest Dev. Build</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="/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> +      </div>     </body>  </html> | 


