diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:51:32 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:58:41 +0200 |
commit | ceb3e1e9f3522aaa274cca388f52e69e2de20d3c (patch) | |
tree | 07ea3fd130fe0451393b1ccd0990229f75bb9c05 /info/cards.html | |
parent | 282e06e1921833da17efad2d8ffd3689b14fb44b (diff) | |
download | hammer-of-the-scots-ceb3e1e9f3522aaa274cca388f52e69e2de20d3c.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 472c044..c34af19 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hammer of the Scots - Cards</title> <style> body { background-color: slategray; margin: 40px; text-align: center; color: white; } |