blob: 1418750485eff38707da3ec9fc205dfa6f6b8f76 (
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.avif">
<img src="history2.avif">
<img src="history3.avif">
<img src="history4.avif">
<img src="history5.avif">
<img src="history6.avif">
<img src="history7.avif">
<img src="history8.avif">
|