viewport
This commit is contained in:
parent
698c6612a0
commit
66fa688634
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||||
|
<meta name="viewport" content="width=1000, initial-scale=1, user-scalable=no">
|
||||||
|
|
||||||
<title>DTCH - PUBG Clan</title>
|
<title>DTCH - PUBG Clan</title>
|
||||||
<link rel="stylesheet" href="./includes/styles.css">
|
<link rel="stylesheet" href="./includes/styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue