summaryrefslogtreecommitdiff
blob: a52d0027b55ee9664aec850c78778bfcdb5079ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
   <head>
      <title>__CONF_SERVER_NAME - Landing Page</title>
      <meta charset="UTF-8">
      <meta name="description" content="Turn-based tactics browser MMO.">
      <meta name="keywords" content="MMO,TBT,TTB,turn based,browser game">
      <meta name="author" content="__CONF_AUTHOR_NAME">
      <link rel="icon" type="image/x-icon" href="favicon.ico">
      <link rel="stylesheet" type="text/css" href="/global/style.css">
   </head>
   <body>
      <div style="margin: 1em;">
         <img src="__CONF_SERVER_LOGO"/>
         <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="/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>