This commit is contained in:
Lanta 2023-11-03 21:35:09 +01:00
parent 2941af9c49
commit 85cc25173b
3 changed files with 64 additions and 18 deletions

View file

@ -6,13 +6,7 @@ error_reporting(E_ALL);
<!DOCTYPE html>
<html lang="en">
<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 - Clan Stats</title>
<link rel="stylesheet" href="./includes/styles.css">
</head>
<?php include './includes/head.php'; ?>
<body>
<?php include './includes/navigation.php'; ?>