diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 18:29:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 18:29:22 +0200 |
commit | 2edbf29e4a207ea42489317def8ea93fadf9c441 (patch) | |
tree | e9b563cc6cd5f0e5e96c1ae741ce89c590fe98a0 /info/history.html | |
parent | 7ab3887be98fc72b0ce101ba686b74c4bd4a8e1b (diff) | |
download | votes-for-women-2edbf29e4a207ea42489317def8ea93fadf9c441.tar.gz |
Rules and history booklet.
Diffstat (limited to 'info/history.html')
-rw-r--r-- | info/history.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/info/history.html b/info/history.html new file mode 100644 index 0000000..7fe110c --- /dev/null +++ b/info/history.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<meta name="viewport" content="width=1060"> +<title>Votes for Women - Historical Supplement</title> +<style> +body { + background-color: slategray; + margin: 20px; + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 20px; +} +img { + display: block; + box-shadow: 1px 1px 8px #0008; +} +</style> +<img src="history1.webp"> +<img src="history2.webp"> +<img src="history3.webp"> +<img src="history4.webp"> +<img src="history5.webp"> +<img src="history6.webp"> +<img src="history7.webp"> +<img src="history8.webp"> |