Make the page not user-zoomable
This commit is contained in:
parent
fd473e32b2
commit
60c5b3a7cf
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
|
||||||
<link rel="manifest" href="manifest.webmanifest">
|
<link rel="manifest" href="manifest.webmanifest">
|
||||||
<link rel="shortcut icon" type="image/png" href="static/icon192.png">
|
<link rel="shortcut icon" type="image/png" href="static/icon192.png">
|
||||||
<title>cyclassist</title>
|
<title>cyclassist</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user