summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-07-01 22:21:54 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-07-01 22:21:54 +0200 |
commit | a68905361122bd7c8caa46eea93f51b71bd92e1e (patch) | |
tree | fa7a0e72eca8c6336a3d56f51ebc158dc6a962e9 /www | |
parent | b320a735c123297368a854c39e17daa455ce953e (diff) |
Adds Tacticians Online's logo & favicon.
Diffstat (limited to 'www')
-rw-r--r-- | www/favicon.png | bin | 0 -> 1819 bytes | |||
-rw-r--r-- | www/index.html.m4 | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/favicon.png b/www/favicon.png Binary files differnew file mode 100644 index 0000000..3716f94 --- /dev/null +++ b/www/favicon.png diff --git a/www/index.html.m4 b/www/index.html.m4 index 37a243c..a52d002 100644 --- a/www/index.html.m4 +++ b/www/index.html.m4 @@ -3,14 +3,15 @@ <head> <title>__CONF_SERVER_NAME - Landing Page</title> <meta charset="UTF-8"> - <meta name="description" content="Server for the (yet unnamed) open source turn-based tactics MMO."> + <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;"> - <h1>__CONF_SERVER_NAME</h1> + <img src="__CONF_SERVER_LOGO"/> <h3>Currently running: __CONF_VERSION</h3> </div> <div class="popup-message"> |