diff options
| author | Jules <jules@asdf.us> | 2018-02-23 22:21:08 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2018-02-23 22:21:08 -0500 |
| commit | 2fada280f6cbe93831573f354192ce8014526d4b (patch) | |
| tree | 03426b35d1457627b485770d254a0201092b98e3 /index.html | |
| parent | 1ddb0f40f00131ce8c35f19655566c248226f532 (diff) | |
viewport
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; maximum-scale=1.0; user-scalable=0;"> +<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"> <style> html,body { overflow: hidden; |
