summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2018-02-23 22:21:08 -0500
committerJules <jules@asdf.us>2018-02-23 22:21:08 -0500
commit2fada280f6cbe93831573f354192ce8014526d4b (patch)
tree03426b35d1457627b485770d254a0201092b98e3 /index.html
parent1ddb0f40f00131ce8c35f19655566c248226f532 (diff)
viewport
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 008138f..9731472 100644
--- a/index.html
+++ b/index.html
@@ -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;