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/notes.html | |
parent | 4ac9f4d99ce7f99cb14a17ddd213752a041097b8 (diff) | |
download | algeria-9ad78455a9b9547918686c3d4e1bf06a11712a37.tar.gz |
Add meta viewport tags to info pages.
Diffstat (limited to 'info/notes.html')
-rw-r--r-- | info/notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/info/notes.html b/info/notes.html index 76d4059..274e8a3 100644 --- a/info/notes.html +++ b/info/notes.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <head> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>Algeria - Notes</title> <link rel="stylesheet" href="/fonts/fonts.css"> <link rel="stylesheet" href="/style.css"> |