Dev #133

Merged
OpzekerIT merged 3 commits from dev into main 2023-11-20 12:56:22 +00:00
7 changed files with 24 additions and 13 deletions
Showing only changes of commit bd0a37ef33 - Show all commits

View file

@ -14,7 +14,13 @@
<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">
<?php if(isset($ogDescription)): ?>
<meta property="og:description" content="<?php echo htmlspecialchars($ogDescription); ?>">
<?php else: ?>
<meta property="og:description" content="DTCH clan site">
<?php endif; ?>
<meta property="og:image:width" content="800">
<meta property="og:image:height" content="800">
<meta property="og:image" content="https://dtch.online/images/logo800x800.png" >

View file

@ -1,7 +1,5 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
$ogDescription = "Player Stats past month";
?>
<!DOCTYPE html>

View file

@ -1,3 +1,8 @@
<?php
$ogDescription = "DTCH Clan Match Stats";
?>
<!DOCTYPE html>
<html lang="en">
<?php include './includes/head.php'; ?>

View file

@ -1,3 +1,8 @@
<?php
$ogDescription = "Match information";
?>
<?php
// Read the JSON file
$jsonData = file_get_contents('data/player_matches.json');

View file

@ -1,9 +1,9 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
$ogDescription = "User Stats top 10";
?>
<!DOCTYPE html>
<html lang="en">
<?php include './includes/head.php'; ?>

View file

@ -1,9 +1,8 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
$ogDescription = "Average User Stats";
?>
<!DOCTYPE html>
<html lang="en">
<?php include './includes/head.php'; ?>

View file

@ -1,7 +1,5 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
$ogDescription = "User stats";
?>
<!DOCTYPE html>