diff options
Diffstat (limited to 'info/cards.html')
-rw-r--r-- | info/cards.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/info/cards.html b/info/cards.html new file mode 100644 index 0000000..bda89fd --- /dev/null +++ b/info/cards.html @@ -0,0 +1,83 @@ +<!DOCTYPE html> +<html class="jpeg"> +<title>Red Flag Over Paris - Cards</title> +<style> +body { + background-color: slategray; +} +.list { + margin: 40px; + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 20px; +} +img { + border-radius: 16px; + box-shadow: 1px 1px 5px rgba(0,0,0,0.5); +} +</style> +<body> + +<div class="list"> +<img src="../cards.1x/strategy_42.jpg"> +<img src="../cards.1x/strategy_1.jpg"> +<img src="../cards.1x/strategy_2.jpg"> +<img src="../cards.1x/strategy_3.jpg"> +<img src="../cards.1x/strategy_4.jpg"> +<img src="../cards.1x/strategy_5.jpg"> +<img src="../cards.1x/strategy_6.jpg"> +<img src="../cards.1x/strategy_7.jpg"> +<img src="../cards.1x/strategy_8.jpg"> +<img src="../cards.1x/strategy_9.jpg"> +<img src="../cards.1x/strategy_10.jpg"> +<img src="../cards.1x/strategy_11.jpg"> +<img src="../cards.1x/strategy_12.jpg"> +<img src="../cards.1x/strategy_13.jpg"> +<img src="../cards.1x/strategy_14.jpg"> +<img src="../cards.1x/strategy_15.jpg"> +<img src="../cards.1x/strategy_16.jpg"> +<img src="../cards.1x/strategy_17.jpg"> +<img src="../cards.1x/strategy_18.jpg"> +<img src="../cards.1x/strategy_19.jpg"> +<img src="../cards.1x/strategy_20.jpg"> +<img src="../cards.1x/strategy_21.jpg"> +<img src="../cards.1x/strategy_22.jpg"> +<img src="../cards.1x/strategy_23.jpg"> +<img src="../cards.1x/strategy_24.jpg"> +<img src="../cards.1x/strategy_25.jpg"> +<img src="../cards.1x/strategy_26.jpg"> +<img src="../cards.1x/strategy_27.jpg"> +<img src="../cards.1x/strategy_28.jpg"> +<img src="../cards.1x/strategy_29.jpg"> +<img src="../cards.1x/strategy_30.jpg"> +<img src="../cards.1x/strategy_31.jpg"> +<img src="../cards.1x/strategy_32.jpg"> +<img src="../cards.1x/strategy_33.jpg"> +<img src="../cards.1x/strategy_34.jpg"> +<img src="../cards.1x/strategy_35.jpg"> +<img src="../cards.1x/strategy_36.jpg"> +<img src="../cards.1x/strategy_37.jpg"> +<img src="../cards.1x/strategy_38.jpg"> +<img src="../cards.1x/strategy_39.jpg"> +<img src="../cards.1x/strategy_40.jpg"> +<img src="../cards.1x/strategy_41.jpg"> +</div> + +<div class="list"> +<img src="../cards.1x/objective_13.jpg"> +<img src="../cards.1x/objective_1.jpg"> +<img src="../cards.1x/objective_2.jpg"> +<img src="../cards.1x/objective_3.jpg"> +<img src="../cards.1x/objective_4.jpg"> +<img src="../cards.1x/objective_5.jpg"> +<img src="../cards.1x/objective_6.jpg"> +<img src="../cards.1x/objective_7.jpg"> +<img src="../cards.1x/objective_8.jpg"> +<img src="../cards.1x/objective_9.jpg"> +<img src="../cards.1x/objective_10.jpg"> +<img src="../cards.1x/objective_11.jpg"> +<img src="../cards.1x/objective_12.jpg"> +</div> + +</body> |