This commit is contained in:
Thijs Stobbelaar 2023-11-03 21:57:40 +01:00
parent f0c1f1eb25
commit 55213c2797
6 changed files with 18 additions and 6 deletions

View file

@ -10,7 +10,9 @@ error_reporting(E_ALL);
<body> <body>
<?php include './includes/navigation.php'; ?> <?php include './includes/navigation.php'; ?>
<header>
<img src="./images/banner2.png" alt="banner" class="banner">
</header>
<main> <main>
<section> <section>
<h2>Clan Stats</h2> <h2>Clan Stats</h2>

View file

@ -12,7 +12,9 @@ error_reporting(E_ALL);
<body> <body>
<?php include './includes/navigation.php'; ?> <?php include './includes/navigation.php'; ?>
<header>
<img src="./images/banner2.png" alt="banner" class="banner">
</header>
<main> <main>
<section> <section>
<h2>Player Stats past 14 days</h2> <h2>Player Stats past 14 days</h2>

View file

@ -10,7 +10,9 @@ error_reporting(E_ALL);
<body> <body>
<?php include './includes/navigation.php'; ?> <?php include './includes/navigation.php'; ?>
<header>
<img src="./images/banner2.png" alt="banner" class="banner">
</header>
<main> <main>
<section> <section>
<h2>Match Stats</h2> <h2>Match Stats</h2>

View file

@ -10,7 +10,9 @@ error_reporting(E_ALL);
<body> <body>
<?php include './includes/navigation.php'; ?> <?php include './includes/navigation.php'; ?>
<header>
<img src="./images/banner2.png" alt="banner" class="banner">
</header>
<main> <main>
<section> <section>
<h2>User Stats</h2> <h2>User Stats</h2>

View file

@ -10,7 +10,9 @@ error_reporting(E_ALL);
<body> <body>
<?php include './includes/navigation.php'; ?> <?php include './includes/navigation.php'; ?>
<header>
<img src="./images/banner2.png" alt="banner" class="banner">
</header>
<main> <main>
<section> <section>
<h2>Average User Stats</h2> <h2>Average User Stats</h2>

View file

@ -10,7 +10,9 @@ error_reporting(E_ALL);
<body> <body>
<?php include './includes/navigation.php'; ?> <?php include './includes/navigation.php'; ?>
<header>
<img src="./images/banner2.png" alt="banner" class="banner">
</header>
<main> <main>
<section> <section>
<h2>User Stats</h2> <h2>User Stats</h2>