diff options
author | Markus Koch <markus@notsyncing.net> | 2021-02-26 20:05:30 +0100 |
---|---|---|
committer | Markus Koch <markus@notsyncing.net> | 2021-02-26 20:05:30 +0100 |
commit | 3b41beec7b4dc7d5cfad827b335e6f08b14a1e39 (patch) | |
tree | fcca59f9d54d980009e0c9dd51188315186b831c /htdocs/index.html | |
parent | 447cd904c4d050440eb509e513a900badf080249 (diff) | |
download | lifomapserver-3b41beec7b4dc7d5cfad827b335e6f08b14a1e39.tar.gz lifomapserver-3b41beec7b4dc7d5cfad827b335e6f08b14a1e39.tar.bz2 lifomapserver-3b41beec7b4dc7d5cfad827b335e6f08b14a1e39.zip |
htdocs: Update title to include [beta]
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 9b5e2c4..bfb4313 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>LinuxWorks Minetest Map</title> + <title>LinuxWorks Minetest Map [beta]</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="fa/css/all.css"> |