summaryrefslogtreecommitdiff
blob: beb297b48a231f41b967ea25962e44691e9f93ec (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
<!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="/css/global.css">
      <link rel="stylesheet" type="text/css" href="/css/verbose.css">
      <link rel="stylesheet" type="text/css" href="/css/landing.css">
   </head>
   <body>
      <div class="main-server-version">__CONF_VERSION</div>
      <div class="main-server-logo"><img src="__CONF_SERVER_LOGO"/></div>
      <nav>
         <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="/battle/?id=0">[D] Battle</a>
         <a href="/map-editor/?id=0">[D] Map Editor</a>
      </nav>
   </body>
</html>