This commit is contained in:
thijs 2023-11-03 17:33:32 +01:00
parent 243b0ae2eb
commit a71a10b000

View file

@ -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>