[PATCH htdocs] add meta viewport settings for mobile devices

Jose E. Marchesi jemarch@gnu.org
Fri Dec 22 12:29:09 GMT 2023


OK.  Thanks.

> This makes pages much more readable by default on mobile devices.
>
> --- index.html	10 Jun 2019 22:28:29 -0000	1.30
> +++ index.html	20 Dec 2023 01:46:40 -0000
> @@ -1,6 +1,7 @@
>  <html>
>  <head>
>  <title>CGEN</title>
> +<meta name="viewport" content="width=device-width, initial-scale=1.0">
>  </head>
>  <body>
>  


More information about the Cgen mailing list