mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 05:30:22 +00:00
Prevent scaling
This commit is contained in:
parent
d639318150
commit
866992f203
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<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="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Material+Icons">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="static/icons/apple-icon-57x57.png">
|
||||
|
|
Loading…
Reference in a new issue