diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:53:38 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-28 00:02:46 +0200 |
commit | 8b7596205a6588806b758a0fc7e09ff9b88335cd (patch) | |
tree | 998844850dc97b1a8a96259edc3f8748bdad70fe /info/cards.html | |
parent | 1962a4c5866109732727ca55c4214f9ef1baa62a (diff) | |
download | richard-iii-8b7596205a6588806b758a0fc7e09ff9b88335cd.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/cards.html')
-rw-r--r-- | info/cards.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/info/cards.html b/info/cards.html index fa44df6..748f266 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=700"> <title>Richard III - Cards</title> <style> body { background-color: slategray; margin: 40px; text-align: center; color: white; } |