diff options
| author | lost+skunk <[email protected]> | 2024-09-23 09:38:32 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-09-23 09:38:32 +0300 |
| commit | 191984b31ef228c4077904a2831a2af593352670 (patch) | |
| tree | 33d8dd464d525ce2ad8c92a749436f1c12442800 /static/html/head.htm | |
| parent | c39399403e031a8c1ad53969770e4261d2c9e7aa (diff) | |
| download | skunky-art-191984b31ef228c4077904a2831a2af593352670.tar.gz skunky-art-191984b31ef228c4077904a2831a2af593352670.tar.bz2 skunky-art-191984b31ef228c4077904a2831a2af593352670.zip | |
v1.3.2v1.3.2
Diffstat (limited to 'static/html/head.htm')
| -rw-r--r-- | static/html/head.htm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/html/head.htm b/static/html/head.htm index 08ecf45..aa36c73 100644 --- a/static/html/head.htm +++ b/static/html/head.htm @@ -21,5 +21,6 @@ <meta name="referrer" content="no-referrer" /> <link rel="stylesheet" href="{{.BasePath}}stylesheet"> <link rel="icon" type="image/x-icon" href="{{.BasePath}}favicon.ico"> + <meta name="viewport" content="width=device-width, height=device-height, initial-scale=0.4, user-scalable=no; user-scalable=0"/> </head> {{end}}
\ No newline at end of file |
