diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 14:45:52 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-30 12:34:12 +0100 |
commit | 9ad78455a9b9547918686c3d4e1bf06a11712a37 (patch) | |
tree | 03a0b8bff74df07a646d4a0171cf8eb44a4896db /info/rules.html | |
parent | 4ac9f4d99ce7f99cb14a17ddd213752a041097b8 (diff) | |
download | algeria-9ad78455a9b9547918686c3d4e1bf06a11712a37.tar.gz |
Add meta viewport tags to info pages.
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/info/rules.html b/info/rules.html index 1842224..1cf8363 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,4 +1,6 @@ <!DOCTYPE html> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> <html> <head> @@ -1131,4 +1133,4 @@ </body> -</html>
\ No newline at end of file +</html> |