diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-10 13:25:38 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:33:58 +0100 |
commit | 759f941edaaaade3a8e8e6e343826f5bb6e2835f (patch) | |
tree | 46971ec5484b251b3c62040488df571c13844c82 /info/charts.html | |
parent | c7573c4a8015ccd01450b715b63d8cbf54fd19bc (diff) | |
download | plantagenet-759f941edaaaade3a8e8e6e343826f5bb6e2835f.tar.gz |
Add HTML rulebook and playbook.
Diffstat (limited to 'info/charts.html')
-rw-r--r-- | info/charts.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/info/charts.html b/info/charts.html new file mode 100644 index 0000000..67a221b --- /dev/null +++ b/info/charts.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html> +<head> +<title>Plantagenet - Charts</title> +<style> +html { background-color:slategray; } +img { box-shadow:1px 1px 8px -2px black; } +section { + display:flex; + flex-wrap:wrap; + gap:20px; + justify-content:center; + margin:20px; +} +img { + display:block; + background-color:gainsboro; +} +</style> +</head> +<body> + +<section> +<img class="portrait" src="charts/chart_1-0.jpg"> +<img class="portrait" src="charts/chart_1-1.jpg"> +<img class="portrait" src="charts/chart_2-0.jpg"> +<img class="portrait" src="charts/chart_2-1.jpg"> +</section> + +<section> +<img class="landscape" src="charts/chart_wotr_1.jpg"> +<img class="landscape" src="charts/chart_wotr_2.jpg"> +</section> |