blob: f84d3f14ef259b8e9769dfe46c0d196880275f86 (
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
31
32
33
34
35
36
|
<!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">
<h3>Welcome to __CONF_SERVER_NAME</h3>
<p>__CONF_SERVER_NAME is a turn based multiplayer strategy game.</p>
It is still in an early development phase, meaning that most of its
features are not implemented yet.
</p>
<h3>Available content</h3>
<ul>
<li><a href="/battle/?id=0">Battle System</a></li>
<li><a href="/map-editor/?id=0">Map Editor</a></li>
<li><a href="/login/">Sign-In/Sign-Up Manager</a> (Soon)</li>
</ul>
<h3>Access to the source code (Apache 2.0 License)</h3>
<ul>
<li><a href="https://noot-noot.org/cgit.cgi/tacticians-client/">Front-End</a></li>
<li><a href="https://noot-noot.org/cgit.cgi/tacticians-server/">Back-End</a></li>
</ul>
</div>
</body>
</html>
|