mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Disable zoomable viewport
This commit is contained in:
parent
3fdc52d416
commit
777db8f442
|
|
@ -13,12 +13,12 @@
|
|||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<!-- <link rel="manifest" href="/manifest.json"> -->
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="stylesheet" href="///fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons">
|
||||
<meta name="msapplication-TileColor" content="rgb(30, 30, 30)">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="rgb(30, 30, 30)">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
<title>Rdio Scanner</title>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue