Merge pull request #129 from OpzekerIT/dev

efficienty
This commit is contained in:
Lanta 2023-11-16 22:03:11 +01:00 committed by GitHub
commit 4acd6b98af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -1,16 +1,20 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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="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=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<meta property="og:title" content="DTCH CLAN">
<meta property="og:description" content="DTCH CLAN STATS">
<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>

View file

@ -1,7 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body, h1, h2, p, ul, li, a {
margin: 0;
padding: 0;