blob: 7fe110cbf48187e6af10be5988e742bcccb39f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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">
|