efficiently
This commit is contained in:
parent
382c3ea252
commit
dcd0b2bac4
1 changed files with 6 additions and 3 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
<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">
|
||||||
<title>DTCH - PUBG Clan</title>
|
<title>DTCH - PUBG Clan</title>
|
||||||
<link rel="stylesheet" href="./includes/styles.css">
|
<link rel="preload" href="./includes/styles.css" as="style">
|
||||||
|
<link rel="preload" href="./includes/styles_mobile.css" as="style" media="screen and (max-width: 767px)">
|
||||||
|
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" as="style">
|
||||||
|
<link rel="stylesheet" href="./includes/styles.css" media="print" onload="this.media='all'">
|
||||||
|
<noscript><link rel="stylesheet" href="./includes/styles.css"></noscript>
|
||||||
<link rel="stylesheet" href="./includes/styles_mobile.css" media="screen and (max-width: 767px)">
|
<link rel="stylesheet" href="./includes/styles_mobile.css" media="screen and (max-width: 767px)">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap" rel="stylesheet">
|
||||||
|
|
@ -12,5 +15,5 @@
|
||||||
<meta property="og:title" content="DTCH CLAN">
|
<meta property="og:title" content="DTCH CLAN">
|
||||||
<meta property="og:description" content="DTCH CLAN STATS">
|
<meta property="og:description" content="DTCH CLAN STATS">
|
||||||
<meta property="og:image" content="https://dtch.online/images/logo.png">
|
<meta property="og:image" content="https://dtch.online/images/logo.png">
|
||||||
<script src="./lib/sorttable.js"></script>
|
<script defer src="./lib/sorttable.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue