diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-12 16:32:15 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-12 16:32:15 +0100 |
commit | bdd41b606aa12b6be7cf8661a420d8d5047bc528 (patch) | |
tree | 13234c77d1f18c5a2e748513938e3f054b87331b /info | |
parent | eaeccb83ba422b34f0763a7cf682cb8cb8523f86 (diff) | |
download | votes-for-women-bdd41b606aa12b6be7cf8661a420d8d5047bc528.tar.gz |
html titles
Diffstat (limited to 'info')
-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> |