index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-12-10 16:36:29 -0800 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-12-10 16:36:29 -0800 |
commit | c81c7eddda532b5cb6d780b44adaf8af475eac99 (patch) | |
tree | 2ecb24acfcb6624aae448f67ae6ce274fa3bcde7 | |
parent | 906b59494e92d3ed788c4d663fe52982debfc3a3 (diff) |
Add charset meta tag to head markup
-rw-r--r-- | public/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index a4f2858..eff807d 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,9 @@ <html> <head> - <title>Infantry Combat Solo Basic</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>BTroops - Infantry Combat, Solo Basic</title> <link rel="stylesheet" href="assets/css/style.css"> </head> |