diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-05-09 14:10:15 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-05-09 14:10:15 +0200 |
| commit | d4bf3654347561539f10bdf0d21895203d2b2b0a (patch) | |
| tree | 613c1e4b6c78ffdaeca2254d0f59efd120f947da /index.html | |
| parent | 52596435d4839ef4026db8441598b32c3fd83c5c (diff) | |
disable zoom, use mp3 on remote
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <html> <head> <title>triangle</title> -<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> +<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <style> html,body { overflow: hidden; |
