diff options
Diffstat (limited to 'web/static/index.html')
-rw-r--r-- | web/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/index.html b/web/static/index.html index 609161a..8da5baa 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -3,7 +3,7 @@ <head> <title>dartboat™</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, user-scalable=no"> <meta name="description" content="Darts opponent for when you've got no friends."> <meta name="theme-color" content="#583a90"> <link rel="stylesheet" type="text/css" href="style.css"> |