diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:50:21 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:50:21 +0200 |
commit | 19dbd79b758d4970cfa3e331fa6a22b3e8020cc8 (patch) | |
tree | ec0aa1198c5c0a276fef8d9d6e35aca4661e6517 /info/cards.html | |
parent | 924c95dbe2bce61ad1d6c67ea69341c6fad57696 (diff) | |
download | 300-earth-and-water-19dbd79b758d4970cfa3e331fa6a22b3e8020cc8.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/cards.html')
-rw-r--r-- | info/cards.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/info/cards.html b/info/cards.html index caad7c6..16de9ce 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,4 +1,6 @@ +<!doctype html> <html> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>300: E&W - Cards</title> <style> body { background-color: slategray; margin: 40px; text-align: center; color: white; } |