summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html.m4 (renamed from www/index.html) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html.m4 index 3b91a97..c396fef 100644 --- a/www/index.html +++ b/www/index.html.m4 @@ -1,14 +1,14 @@ <!DOCTYPE html> <html> <head> - <title><SERVER NAME> - Landing Page</title> + <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="keywords" content="MMO,TBT,TTB,turn based,browser game"> - <meta name="author" content="<AUTHOR>"> + <meta name="author" content="__CONF_AUTHOR_NAME"> </head> <body> - <h1><SERVER NAME></h1> + <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> |