diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-01 00:48:44 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:08:16 +0100 |
commit | 573b5bb43f409e6270fd243ff80a34ba2c727654 (patch) | |
tree | c78e49093b957fb073a4a7c26a3709e7b538d5ca /info/cards.html | |
download | julius-caesar-573b5bb43f409e6270fd243ff80a34ba2c727654.tar.gz |
caesar: Import Julius Caesar.
Diffstat (limited to 'info/cards.html')
-rw-r--r-- | info/cards.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/info/cards.html b/info/cards.html new file mode 100644 index 0000000..ecf52aa --- /dev/null +++ b/info/cards.html @@ -0,0 +1,36 @@ +<html> +<title>Julius Caesar - Cards</title> +<style> +body { background-color: slategray; margin: 40px; text-align: center; color: white; } +img { margin: 12px; box-shadow: 1px 1px 10px rgba(0,0,0,0.5); width: 224px; height: 348px; border-radius: 12px; } +</style> +<body> +<h1>Julius Caesar - Cards</h1> +<div class="list"> +<img src="../cards/card_apollo.webp"> +<img src="../cards/card_jupiter.webp"> +<img src="../cards/card_mars.webp"> +<img src="../cards/card_mercury.webp"> +<img src="../cards/card_neptune.webp"> +<img src="../cards/card_pluto.webp"> +<img src="../cards/card_vulcan.webp"> +<img src="../cards/card_41.webp"> +<img src="../cards/card_32.webp"> +<img src="../cards/card_32.webp"> +<img src="../cards/card_31.webp"> +<img src="../cards/card_31.webp"> +<img src="../cards/card_31.webp"> +<img src="../cards/card_23.webp"> +<img src="../cards/card_23.webp"> +<img src="../cards/card_23.webp"> +<img src="../cards/card_23.webp"> +<img src="../cards/card_22.webp"> +<img src="../cards/card_22.webp"> +<img src="../cards/card_22.webp"> +<img src="../cards/card_22.webp"> +<img src="../cards/card_21.webp"> +<img src="../cards/card_21.webp"> +<img src="../cards/card_21.webp"> +<img src="../cards/card_13.webp"> +<img src="../cards/card_12.webp"> +<img src="../cards/card_12.webp"> |