banner
This commit is contained in:
parent
6a09d6c860
commit
00f1c01b4a
6 changed files with 18 additions and 6 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue