diff options
author | June McEnroe <june@causal.agency> | 2021-10-14 19:34:22 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-14 19:34:22 +0000 |
commit | b03734f477ffc9e52adb047cb2d05ef4bf93279e (patch) | |
tree | 288a1e3127f377ed4fe29b695d7c5f15e0e5babe | |
parent | Set bin WEBROOT to /var/www (diff) | |
download | src-b03734f477ffc9e52adb047cb2d05ef4bf93279e.tar.gz src-b03734f477ffc9e52adb047cb2d05ef4bf93279e.zip |
Add meta viewport tags to bin html
-rw-r--r-- | bin/html.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/html.sh b/bin/html.sh index d76fcc8c..3223120b 100644 --- a/bin/html.sh +++ b/bin/html.sh @@ -11,6 +11,7 @@ title=${title%.[1-9]} cat <<EOF <!DOCTYPE html> <meta charset="UTF-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>${title}</title> <style> html { line-height: 1.25em; font-family: monospace; } |