diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-06-10 21:11:38 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-06-10 21:11:41 +0200 |
commit | d799ee78a28a38667b5fef762fc164f0ccf29da5 (patch) | |
tree | e092448a70070f12e53ea0362a6fd3e2ecc1805f /info | |
parent | 73616b835394b357d5cc9ed1a2219249862462f9 (diff) | |
download | friedrich-d799ee78a28a38667b5fef762fc164f0ccf29da5.tar.gz |
add playing aid
Diffstat (limited to 'info')
-rw-r--r-- | info/aid.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/info/aid.html b/info/aid.html new file mode 100644 index 0000000..b73ac30 --- /dev/null +++ b/info/aid.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<meta name="viewport" content="width=700"> +<title>Friedrich Playing Aid</title> +<style> + +html { + background-color: slategray; +} + +body { + margin: 24px; +} + +img { + display: block; + border-radius: 16px; + border: 1px solid black; + box-shadow: 1px 1px 8px #0004; + margin: 24px auto; + +} +</style> +<body> + +<img src="../cards/Fried.playaid.200.jpg"> +<img src="../cards/Fried.playaid.reverse.200.jpg"> |