diff options
-rw-r--r-- | info/cards.html | 2 | ||||
-rw-r--r-- | info/rules.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/info/cards.html b/info/cards.html index ec57353..8398fd1 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <head> <meta name="viewport" content="width=700"> -<title>Votes for Women - Rules of Play</title> +<title>Votes for Women - Cards</title> <style> html{background-color:slategray;color:white;margin:50px;} body{max-width:1450px;margin:0 auto;} diff --git a/info/rules.html b/info/rules.html index 2368afc..acb3322 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,6 +1,7 @@ <!doctype html> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> +<title>Votes for Women - Rules of the Game</title> <link rel="stylesheet" href="/fonts/fonts.css"> <html> <style> |