diff options
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"> |